]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
[chaz/openbox] / openbox / screen.h
index 4df32be10dbf0a7afe4c4f357a73f697b81ac287..7008854aa0bb8925c22d2c5634be1e1642200f76 100644 (file)
@@ -16,6 +16,8 @@ extern guint screen_num_monitors;
 extern guint screen_desktop;
 /*! Are we in showing-desktop mode? */
 extern gboolean screen_showing_desktop;
+/*! The support window also used for focus and stacking */
+extern Window screen_support_win;
 
 typedef struct DesktopLayout {
     ObOrientation orientation;
This page took 0.020026 seconds and 4 git commands to generate.