]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Implement support for WM_CLIENT_LEADER
[i3/i3] / include / data.h
index ae499126d1c5a8f03a174a33f1cd1c68f6d783dd..7acbb52ca29f376d81c3c232f0f5d37e3c247a9a 100644 (file)
@@ -212,6 +212,10 @@ struct xoutput {
 struct Window {
     xcb_window_t id;
 
+    /** Holds the xcb_window_t (just an ID) for the leader window (logical
+     * parent for toolwindows and similar floating windows) */
+    xcb_window_t leader;
+
     char *class_class;
     char *class_instance;