]> Dogcows Code - chaz/openbox/blobdiff - src/Window.h
make a new autoRaiseDelay value take effect without having to restart
[chaz/openbox] / src / Window.h
index fb988e234a1224b53320b8ee15f65aebe8c75e27..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,8 +316,8 @@ public:
   
   inline void setWindowNumber(int n) { window_number = n; }
   
-  Bool validateClient();
-  Bool setInputFocus();
+  bool validateClient();
+  bool setInputFocus();
 
   void setFocusFlag(Bool);
   void iconify();
This page took 0.024305 seconds and 4 git commands to generate.