X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;fp=src%2Fclient.hh;h=0505c36154675e2cfcb3bb07158687835597021b;hb=12108e16e166034cd1840627502280d9a1ab0b9e;hp=b7efefa2dabd01294b0afc62154f1319fba5ebbc;hpb=a5ea4b0480c9daeb860bf3adbfc755c84d2e082d;p=chaz%2Fopenbox 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