mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
[MetaWindow] added urgent property
Property tracking ICCCM urgency hint https://bugzilla.gnome.org/show_bug.cgi?id=600068
This commit is contained in:
@@ -130,6 +130,9 @@ struct _MetaWindow
|
||||
/* Whether we're fullscreen */
|
||||
guint fullscreen : 1;
|
||||
|
||||
/* Whether the urgent flag of WM_HINTS is set */
|
||||
guint wm_hints_urgent : 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
|
||||
|
Reference in New Issue
Block a user