]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
stop using a border for the outer frame window. step 1 of borderless-ness. now transp...
[chaz/openbox] / openbox / frame.h
index 28ad2755e5d5a7cd3c5ac28494b6415e9f671819..b5b8a9cf0ad593686e7150197bfc6d0f4c111f46 100644 (file)
@@ -32,6 +32,7 @@ typedef void (*ObFrameIconifyAnimateFunc)(gpointer data);
 typedef enum {
     OB_FRAME_CONTEXT_NONE,
     OB_FRAME_CONTEXT_DESKTOP,
+    OB_FRAME_CONTEXT_ROOT,
     OB_FRAME_CONTEXT_CLIENT,
     OB_FRAME_CONTEXT_TITLEBAR,
     OB_FRAME_CONTEXT_FRAME,
@@ -116,8 +117,6 @@ struct _ObFrame
     RrAppearance *a_unfocused_handle;
     RrAppearance *a_focused_handle;
 
-    Strut     innersize;
-
     GSList   *clients;
 
     gint      icon_on;    /* if the window icon button is on */
This page took 0.023433 seconds and 4 git commands to generate.