]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Re-implement support for the urgency hint, extend t/13-urgent.t
[i3/i3] / include / data.h
index def5d4b776394df5c593597a7ae68b7f34862c8d..f74f0d52d1faba271fc7d8c2b35dad3f78683997 100644 (file)
@@ -272,6 +272,10 @@ struct Con {
 
     struct Window *window;
 
+    /* Should this container be marked urgent? This gets set when the window
+     * inside this container (if any) sets the urgency hint, for example. */
+    bool urgent;
+
     /* ids/gc for the frame window */
     xcb_window_t frame;
     xcb_gcontext_t gc;