]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
fix another crash
[chaz/openbox] / openbox / frame.h
index eb868dcbbbd83af8a956a23dd7d568921968a69f..a29e77c31ed8018486e20c749bf9efd2c01513f5 100644 (file)
@@ -231,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.02552 seconds and 4 git commands to generate.