mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
Revert "core: Avoid setting up frames on fullscreen windows"
This caused feedback loops with old statically compiled SDL
applications. The bug is fixed in upstream SDL, but that doesn't help
when the executables have old SDL's built into them.
This reverts commit beeeea546b
.
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2678
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2921>
This commit is contained in:
@@ -562,7 +562,7 @@ meta_window_x11_manage (MetaWindow *window)
|
||||
if (!window->override_redirect)
|
||||
update_sm_hints (window); /* must come after transient_for */
|
||||
|
||||
if (window->decorated && !window->fullscreen)
|
||||
if (window->decorated)
|
||||
meta_window_ensure_frame (window);
|
||||
else
|
||||
meta_window_x11_initialize_state (window);
|
||||
|
Reference in New Issue
Block a user