From 0816364a039fb0a0b2f989394ffb6af0b5221b3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Dec 2002 05:46:02 +0000 Subject: handle mouse clicks in the python scripts now --- src/client.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.hh') 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); -- cgit v1.2.3