summaryrefslogtreecommitdiff
path: root/src/Window.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-30 07:46:46 +0000
committerDana Jansens <danakj@orodu.net>2002-04-30 07:46:46 +0000
commitf4d29bb737631dfd085646283b7620ef863303bf (patch)
tree8cd70487d70c071ecf71c5c0fc061bab5d80f5d3 /src/Window.h
parent5705ea361305e03bd557896b449f0672005f9159 (diff)
make sure that the only time Click-to-place kicks in is when initially placing/mapping the window
Diffstat (limited to 'src/Window.h')
-rw-r--r--src/Window.h2
1 files changed, 1 insertions, 1 deletions
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);