From 12108e16e166034cd1840627502280d9a1ab0b9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 10 Feb 2003 06:50:19 +0000 Subject: keep track of struts for each desktop --- src/client.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index b7efefa2..0505c361 100644 --- a/src/client.hh +++ b/src/client.hh @@ -190,6 +190,10 @@ private: //! The desktop on which the window resides (0xffffffff for all desktops) long _desktop; + //! The last desktop to which the window belonged, mostly useful when the + //! window is iconified, to see where it used to be. + long _old_desktop; + //! Normal window title otk::ustring _title; //! Window title when iconifiged -- cgit v1.2.3