diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:50:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:50:01 +0000 |
| commit | 7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 (patch) | |
| tree | 9428e8773cfd3441d26a3585990d07f8286b1f86 /openbox/frame.h | |
| parent | 739606e39c218ad2f3cb1412267f73e4f3d49e15 (diff) | |
very cool struts. partial struts actually are partial struts now. possibly way broken with xinerama?
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h index eb868dcb..a29e77c3 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -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); |
