X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=eeb042321c23fcab530d013657172404b239c800;hb=3c61812e588fb3c34d0713d7f82ccbf21091f032;hp=de250f37b051228b0d9e191a67203f45c155306f;hpb=5f78b51429b204f89b654d634bb4cc8cb78b95f6;p=chaz%2Fopenbox 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);