]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
oops i fucked up tore's patch. better.
[chaz/openbox] / openbox / frame.h
index 8eacbb1bcdd2d96c021a838c3040bbd428e98d74..6bb69599b8648d26d73152350533fd8df61c00fe 100644 (file)
@@ -93,7 +93,9 @@ 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      cbwidth;       /* client border width */
+    gint      rbwidth;       /* title border width */
+    gint      cbwidth_x;     /* client border width */
+    gint      cbwidth_y;     /* client border width */
 
     gboolean  max_press;
     gboolean  close_press;
@@ -113,7 +115,8 @@ ObFrame *frame_new();
 void frame_show(ObFrame *self);
 void frame_hide(ObFrame *self);
 void frame_adjust_shape(ObFrame *self);
-void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized);
+void frame_adjust_area(ObFrame *self, gboolean moved,
+                       gboolean resized, gboolean fake);
 void frame_adjust_state(ObFrame *self);
 void frame_adjust_focus(ObFrame *self, gboolean hilite);
 void frame_adjust_title(ObFrame *self);
This page took 0.021775 seconds and 4 git commands to generate.