From caca123b908c24b9ff280b2958fcd60708cd117e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Sep 2003 22:47:48 +0000 Subject: dont use the _OPENBOX_PREMAX window property anymore, save max and fullscreen pre-areas in the client struct --- openbox/client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/client.h') 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. -- cgit v1.2.3