mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 00:24:42 +00:00
window: Rename wm_hints_urgent to urgent
The flag and setter is now decoupled from the WM_HINTS state.
This commit is contained in:
@@ -159,8 +159,8 @@ struct _MetaWindow
|
||||
/* Whether we're fullscreen */
|
||||
guint fullscreen : 1;
|
||||
|
||||
/* Whether the urgent flag of WM_HINTS is set */
|
||||
guint wm_hints_urgent : 1;
|
||||
/* Whether the window is marked as urgent */
|
||||
guint urgent : 1;
|
||||
|
||||
/* Whether we have to fullscreen after placement */
|
||||
guint fullscreen_after_placement : 1;
|
||||
|
Reference in New Issue
Block a user