summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index de250f37..eeb04232 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -428,6 +428,9 @@ public:
@param y The Y component of the new size for the client
*/
void resize(Corner anchor, int x, int y);
+
+ //! Request the client to close its window.
+ void close();
virtual void propertyHandler(const XPropertyEvent &e);
virtual void clientMessageHandler(const XClientMessageEvent &e);