From f4d29bb737631dfd085646283b7620ef863303bf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 30 Apr 2002 07:46:46 +0000 Subject: make sure that the only time Click-to-place kicks in is when initially placing/mapping the window --- src/Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.h') diff --git a/src/Window.h b/src/Window.h index 66a3049e..fb988e23 100644 --- a/src/Window.h +++ b/src/Window.h @@ -321,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); -- cgit v1.2.3