]> Dogcows Code - chaz/openbox/blobdiff - src/Window.h
missing an include
[chaz/openbox] / src / Window.h
index 66a3049ea40072699648dcacdee7e23219cd6d81..b91a41fda08bde4d4647d84ec7ca638bb2db8db1 100644 (file)
@@ -220,7 +220,7 @@ protected:
   void associateClientWindow();
   void decorate();
   void decorateLabel();
-  void positionButtons(Bool redecorate_label = False);
+  void positionButtons();
   void positionWindows();
   void createCloseButton();
   void createIconifyButton();
@@ -316,12 +316,12 @@ public:
   
   inline void setWindowNumber(int n) { window_number = n; }
   
-  Bool validateClient();
-  Bool setInputFocus();
+  bool validateClient();
+  bool setInputFocus();
 
   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.020662 seconds and 4 git commands to generate.