summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormathias <mathias>2004-11-30 01:26:00 (GMT)
committermathias <mathias>2004-11-30 01:26:00 (GMT)
commitc8d71542dc266fe533a78ce657757e468ef8d84f (patch)
treeab33e74dc6a04a7378fc6baf47c6c3b29bb867e9 /src/Window.hh
parent839d5b6ad87e7766e558fda23b2636cadeb3d527 (diff)
downloadfluxbox_lack-c8d71542dc266fe533a78ce657757e468ef8d84f.zip
fluxbox_lack-c8d71542dc266fe533a78ce657757e468ef8d84f.tar.bz2
adds "kill" to the windowmenu
closes #1075142
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
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