diff options
author | fluxgen <fluxgen> | 2003-09-12 16:30:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-12 16:30:21 (GMT) |
commit | b0b517b70c183d5ab6ffc3a49763bb0267be5d6a (patch) | |
tree | 860e52dc4d7011a59e05ef5cb6138ad387c3c123 /src/Window.hh | |
parent | da503e92475cd542f7b454d0f85ae1e3bf585604 (diff) | |
download | fluxbox-b0b517b70c183d5ab6ffc3a49763bb0267be5d6a.zip fluxbox-b0b517b70c183d5ab6ffc3a49763bb0267be5d6a.tar.bz2 |
minor stuff
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 767b273..ee0b35e 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.92 2003/08/19 16:13:25 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -175,7 +175,7 @@ public: | |||
175 | // unmap this window | 175 | // unmap this window |
176 | void hide(); | 176 | void hide(); |
177 | void iconify(); | 177 | void iconify(); |
178 | void deiconify(bool = true, bool = true); | 178 | void deiconify(bool reassoc = true, bool do_raise = true); |
179 | /// close current client | 179 | /// close current client |
180 | void close(); | 180 | void close(); |
181 | /// set the window in withdrawn state | 181 | /// set the window in withdrawn state |