]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
keep track of struts for each desktop
[chaz/openbox] / src / client.hh
index b7efefa2dabd01294b0afc62154f1319fba5ebbc..0505c36154675e2cfcb3bb07158687835597021b 100644 (file)
@@ -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
This page took 0.02352 seconds and 4 git commands to generate.