X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWindow.h;h=fb988e234a1224b53320b8ee15f65aebe8c75e27;hb=57fb41c8060eaa2f29b25b08e3813b3dc140f165;hp=66a3049ea40072699648dcacdee7e23219cd6d81;hpb=5e3ca8e66586a6dab4793cef04a3de98dc2ecfbe;p=chaz%2Fopenbox 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);