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 d2529bc..821e86a 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -256,10 +256,9 @@ public: | |||
256 | void iconify(); | 256 | void iconify(); |
257 | /** | 257 | /** |
258 | * Deiconify window | 258 | * Deiconify window |
259 | * @param reassoc reassociate the window to the current workspace | ||
260 | * @param do_raise raise the window when its been deiconfied | 259 | * @param do_raise raise the window when its been deiconfied |
261 | */ | 260 | */ |
262 | void deiconify(bool reassoc = true, bool do_raise = true); | 261 | void deiconify(bool do_raise = true); |
263 | 262 | ||
264 | // ------------------ | 263 | // ------------------ |
265 | // Per window transparency addons | 264 | // Per window transparency addons |