From b0b517b70c183d5ab6ffc3a49763bb0267be5d6a Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 12 Sep 2003 16:30:21 +0000
Subject: minor stuff

---
 src/Window.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Window.hh b/src/Window.hh
index 767b273..ee0b35e 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Window.hh,v 1.92 2003/08/19 16:13:25 fluxgen Exp $
+// $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $
 
 #ifndef	 WINDOW_HH
 #define	 WINDOW_HH
@@ -175,7 +175,7 @@ public:
     // unmap this window
     void hide();
     void iconify();
-    void deiconify(bool = true, bool = true);
+    void deiconify(bool reassoc = true, bool do_raise = true);
     /// close current client
     void close();
     /// set the window in withdrawn state
-- 
cgit v0.11.2