]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
fix new dimensions for maximized windows
[chaz/openbox] / openbox / frame.h
index 956c0258c59e71044bf9377ba84758b8ca4dd950..b1ed8183243b791ea220cb11d16b56825fcab7d9 100644 (file)
@@ -160,6 +160,8 @@ struct _ObFrame
     gint      rbwidth;       /* border width between the title and client */
     gint      cbwidth_x;     /* client border width */
     gint      cbwidth_y;     /* client border width */
+    gboolean  leftb;         /* is there a border to the left of the client? */
+    gboolean  rightb;        /* is there a border to the right of the client?*/
 
     /* the leftmost and rightmost elements in the titlebar */
     ObFrameContext leftmost;
This page took 0.023111 seconds and 4 git commands to generate.