X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=7008854aa0bb8925c22d2c5634be1e1642200f76;hb=d1d84711a2684c47c688cc7d015741bd484151fb;hp=4df32be10dbf0a7afe4c4f357a73f697b81ac287;hpb=120623d34e0cb86b4970e9744a10ba39cd5e21b7;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index 4df32be1..7008854a 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -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;