window: Rename wm_hints_urgent to urgent

The flag and setter is now decoupled from the WM_HINTS state.
This commit is contained in:
Jasper St. Pierre
2014-03-18 13:53:42 -04:00
parent 6efcf2526d
commit a5f1790828
2 changed files with 5 additions and 6 deletions

View File

@@ -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;