diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 4923ca6..1e55fb5 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -198,8 +198,7 @@ public: | |||
198 | // map this window | 198 | // map this window |
199 | void show(); | 199 | void show(); |
200 | // unmap this window | 200 | // unmap this window |
201 | void hide() { hide(true); } | 201 | void hide(bool interrupt_moving = true); |
202 | void hide(bool interrupt_moving); | ||
203 | void iconify(); | 202 | void iconify(); |
204 | void deiconify(bool reassoc = true, bool do_raise = true); | 203 | void deiconify(bool reassoc = true, bool do_raise = true); |
205 | 204 | ||