From bfb0c916718cd6f68ef100841a625b06602f616b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 1 Aug 2007 19:09:42 -0400 Subject: symmetry..tho it's not used right now --- openbox/frame.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index edf75b05..7fed639d 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -237,6 +237,10 @@ void frame_frame_gravity(ObFrame *self, gint *x, gint *y); for the frame, given its current decorations sizes */ void frame_rect_to_frame(ObFrame *self, Rect *r); +/*! Convert a rectangle in frame coordinates/sizes to what it would be for the + client, given its current decorations sizes */ +void frame_rect_to_client(ObFrame *self, Rect *r); + void frame_flash_start(ObFrame *self); void frame_flash_stop(ObFrame *self); -- cgit v1.2.3 From 82438c21ec72d43167687a7355309d41fdcbcc73 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Aug 2007 11:38:01 -0400 Subject: add resize corners to the bottom corners of the inner client border --- openbox/frame.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index 7fed639d..3e7b2c61 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -120,6 +120,10 @@ struct _ObFrame Window innertop; /*!< For drawing the inner client border */ Window innerright; /*!< For drawing the inner client border */ Window innerbottom; /*!< For drawing the inner client border */ + Window innerblb; + Window innerbll; + Window innerbrb; + Window innerbrr; Window backback; /*!< A colored window shown while resizing */ Window backfront; /*!< An undrawn-in window, to prevent flashing on unmap */ -- cgit v1.2.3