Wayland: Only auto-iconify fullscreen windows

Thanks to kwin for exposing a bug here!
master
Emmanuel Gil Peyrot ago%!(EXTRA string=6 years)
parent 36ce73bbfd
commit edf0a07174
  1. 2
      src/wl_window.c

@ -641,7 +641,7 @@ static void xdgToplevelHandleConfigure(void* data,
_glfwInputWindowDamage(window);
}
if (!window->wl.justCreated && !activated && window->autoIconify)
if (!window->wl.justCreated && !activated && window->monitor && window->autoIconify)
_glfwPlatformIconifyWindow(window);
_glfwInputWindowFocus(window, activated);
window->wl.justCreated = GLFW_FALSE;

Loading…
Cancel
Save