]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
fix another crash
[chaz/openbox] / openbox / frame.h
index 0691821c7dc54b3b6787d876b893671dbe3075ea..a29e77c31ed8018486e20c749bf9efd2c01513f5 100644 (file)
@@ -161,7 +161,6 @@ 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_l;     /* client border width */
     gint      cbwidth_t;     /* client border width */
     gint      cbwidth_r;     /* client border width */
@@ -232,6 +231,10 @@ void frame_client_gravity(ObFrame *self, gint *x, gint *y, gint w, gint h);
 */
 void frame_frame_gravity(ObFrame *self, gint *x, gint *y, gint w, gint h);
 
+/*! Convert a rectangle in client coordinates/sizes to what it would be
+  for the frame, given its current decorations sizes */
+void frame_rect_to_frame(ObFrame *self, Rect *r);
+
 void frame_flash_start(ObFrame *self);
 void frame_flash_stop(ObFrame *self);
 
This page took 0.021968 seconds and 4 git commands to generate.