mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 16:14:51 +00:00
Prevent window self-maximisation
https://bugzilla.gnome.org/show_bug.cgi?id=461927
This commit is contained in:

committed by
Owen W. Taylor

parent
11e01ec074
commit
c6793d477a
@@ -133,6 +133,9 @@ struct _MetaWindow
|
||||
/* Whether the urgent flag of WM_HINTS is set */
|
||||
guint wm_hints_urgent : 1;
|
||||
|
||||
/* Whether we have to fullscreen after placement */
|
||||
guint fullscreen_after_placement : 1;
|
||||
|
||||
/* Area to cover when in fullscreen mode. If _NET_WM_FULLSCREEN_MONITORS has
|
||||
* been overridden (via a client message), the window will cover the union of
|
||||
* these monitors. If not, this is the single monitor which the window's
|
||||
@@ -249,6 +252,9 @@ struct _MetaWindow
|
||||
/* Have we placed this window? */
|
||||
guint placed : 1;
|
||||
|
||||
/* Must we force_save_user_window_placement? */
|
||||
guint force_save_user_rect : 1;
|
||||
|
||||
/* Is this not a transient of the focus window which is being denied focus? */
|
||||
guint denied_focus_and_not_transient : 1;
|
||||
|
||||
|
Reference in New Issue
Block a user