diff options
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 |