]> Dogcows Code - chaz/openbox/blobdiff - src/Window.h
use screen instead of its ImageControl to get/set the image dither value
[chaz/openbox] / src / Window.h
index faaf9a0031e16e89849ed88abca2c016a4b16529..fb988e234a1224b53320b8ee15f65aebe8c75e27 100644 (file)
@@ -78,6 +78,7 @@ private:
 
   int window_number, workspace_number;
   unsigned long current_state;
+  bool place_window;         // place the window ourselves when mapped
 
   enum FocusMode { F_NoInput = 0, F_Passive,
                   F_LocallyActive, F_GloballyActive };
@@ -320,7 +321,7 @@ public:
 
   void setFocusFlag(Bool);
   void iconify();
-  void deiconify(Bool reassoc = True, Bool raise = True);
+  void deiconify(bool reassoc = true, bool raise = true, bool initial = false);
   void close();
   void withdraw();
   void maximize(unsigned int button);
This page took 0.025887 seconds and 4 git commands to generate.