]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
refix for managing iconic windows, without having the frame map which caused flashing.
[chaz/openbox] / openbox / frame.h
index b48c07cacfee521bca50146f395976ba57fd2fd4..70855b1b8156e79d4c8f5dd6cc856ece627b07aa 100644 (file)
@@ -76,6 +76,7 @@ struct _ObFrame
     Strut     size;
     Rect      area;
     gboolean  visible;
+    gboolean  firstmap;
 
     /*! Whether the window is obscured at all or fully visible. */
     gboolean obscured;
@@ -95,8 +96,10 @@ struct _ObFrame
     Window    lgrip;
     Window    rgrip;
 
-    Window    tlresize;
-    Window    trresize;
+    Window    tltresize;
+    Window    tllresize;
+    Window    trtresize;
+    Window    trrresize;
 
     Colormap  colormap;
 
This page took 0.019999 seconds and 4 git commands to generate.