diff --git a/src/wl_window.c b/src/wl_window.c index 6330bdba..f71f1574 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -2060,7 +2060,7 @@ void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) { - if (window->decorated && !window->monitor && window->wl.decorations.top.surface) + if (window->wl.decorations.top.surface) { if (top) *top = GLFW_CAPTION_HEIGHT;