diff options
author | mathias <mathias> | 2004-11-30 01:26:00 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-11-30 01:26:00 (GMT) |
commit | c8d71542dc266fe533a78ce657757e468ef8d84f (patch) | |
tree | ab33e74dc6a04a7378fc6baf47c6c3b29bb867e9 /src/Window.hh | |
parent | 839d5b6ad87e7766e558fda23b2636cadeb3d527 (diff) | |
download | fluxbox-c8d71542dc266fe533a78ce657757e468ef8d84f.zip fluxbox-c8d71542dc266fe533a78ce657757e468ef8d84f.tar.bz2 |
adds "kill" to the windowmenu
closes #1075142
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index a2785cb..f624466 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -191,6 +191,8 @@ public: | |||
191 | void deiconify(bool reassoc = true, bool do_raise = true); | 191 | void deiconify(bool reassoc = true, bool do_raise = true); |
192 | /// close current client | 192 | /// close current client |
193 | void close(); | 193 | void close(); |
194 | /// kill current client | ||
195 | void kill(); | ||
194 | /// set the window in withdrawn state | 196 | /// set the window in withdrawn state |
195 | void withdraw(bool interrupt_moving); | 197 | void withdraw(bool interrupt_moving); |
196 | /// toggle maximize | 198 | /// toggle maximize |