]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
c comments
[chaz/openbox] / openbox / frame.h
index af0da97582da0a5f8a80eca1e59250d5c14c9658..eb868dcbbbd83af8a956a23dd7d568921968a69f 100644 (file)
@@ -161,9 +161,10 @@ struct _ObFrame
     gint      max_x;         /* x-position of the window maximize button */
     gint      close_x;       /* x-position of the window close button */
     gint      bwidth;        /* border width */
-    gint      rbwidth;       /* border width between the title and client */
-    gint      cbwidth_x;     /* client border width */
-    gint      cbwidth_y;     /* client border width */
+    gint      cbwidth_l;     /* client border width */
+    gint      cbwidth_t;     /* client border width */
+    gint      cbwidth_r;     /* client border width */
+    gint      cbwidth_b;     /* client border width */
     gboolean  max_horz;      /* when maxed some decorations are hidden */
     gboolean  max_vert;      /* when maxed some decorations are hidden */
 
This page took 0.025024 seconds and 4 git commands to generate.