diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-19 07:08:17 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-19 07:08:17 (GMT) |
commit | c381a130eb044f3ea643dcd864be5732f14f8014 (patch) | |
tree | 0a8917ca31c724bf30e1cadc70b27cf841754e7d /src/Window.hh | |
parent | a21572f1b1b8d58cd5d7bb0117924b9f3879fb9a (diff) | |
download | fluxbox-c381a130eb044f3ea643dcd864be5732f14f8014.zip fluxbox-c381a130eb044f3ea643dcd864be5732f14f8014.tar.bz2 |
remove reassoc argument from FluxboxWindow::deiconify
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 |