]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Handle FocusIn events generated by clients and update decoration accordingly (Thanks...
[i3/i3] / include / x.h
index 6b0bae0ec5640d21921b9a4df1aebb56e244c043..15d37420adfb7b1cdcde8822ad201f3432d310d7 100644 (file)
@@ -5,6 +5,9 @@
 #ifndef _X_H
 #define _X_H
 
+/** Stores the X11 window ID of the currently focused window */
+extern xcb_window_t focused_id;
+
 /**
  * Initializes the X11 part for the given container. Called exactly once for
  * every container from con_new().