diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:00:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:00:11 +0000 |
| commit | 5316bc6c3e3329dc620cfd15d472ed5d376100f8 (patch) | |
| tree | 8eb218b419cfa114dc3f530daae6b1b11dfb26d1 /openbox/frame.h | |
| parent | 1a005d729155015be614ccb86b596020c99ae712 (diff) | |
1. remove some old event handling that was not used at all. yay less bandwidth.
2. make the client padding color show during resizes with drawContents off
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/frame.h b/openbox/frame.h index e4734e76..b5372647 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -77,9 +77,6 @@ struct _ObFrame Rect area; gboolean visible; - /*! Whether the window is obscured at all or fully visible. */ - gboolean obscured; - guint decorations; gboolean max_horz; @@ -154,6 +151,7 @@ void frame_adjust_theme(ObFrame *self); void frame_adjust_shape(ObFrame *self); void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized, gboolean fake); +void frame_adjust_client_area(ObFrame *self); void frame_adjust_state(ObFrame *self); void frame_adjust_focus(ObFrame *self, gboolean hilite); void frame_adjust_title(ObFrame *self); |
