diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-25 22:47:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-25 22:47:48 +0000 |
| commit | caca123b908c24b9ff280b2958fcd60708cd117e (patch) | |
| tree | e1550cb7fae3cc193429b4c20ab290325be57154 /openbox/client.h | |
| parent | 62b3b8c57e61a1db007fc8825636e08cbe8f6220 (diff) | |
dont use the _OPENBOX_PREMAX window property anymore, save max and fullscreen pre-areas in the client struct
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index e3769ea4..ea480e59 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -137,6 +137,11 @@ struct _ObClient */ Rect area; + /*! Position and size of the window prior to being maximized */ + Rect pre_max_area; + /*! Position and size of the window prior to being fullscreened */ + Rect pre_fullscreen_area; + /*! The window's strut The strut defines areas of the screen that are marked off-bounds for window placement. In theory, where this window exists. |
