summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-25 05:46:02 +0000
committerDana Jansens <danakj@orodu.net>2002-12-25 05:46:02 +0000
commit0816364a039fb0a0b2f989394ffb6af0b5221b3f (patch)
tree9a3a93f237aa3b90550a0773d502bed5abb3b022 /src/client.hh
parentb34824a4e2ddc0247099fa1b3952de426bfde05b (diff)
handle mouse clicks in the python scripts now
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);