From 9d5865a1603733e62fda7c8d61024cb05bf6792c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 05:54:12 +0000 Subject: support for the shape extension works! --- src/client.hh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index 79c018fd..ba158fc1 100644 --- a/src/client.hh +++ b/src/client.hh @@ -9,6 +9,10 @@ extern "C" { #include + +#ifdef SHAPE +#include +#endif // SHAPE } #include @@ -431,6 +435,10 @@ public: //! Processes a client message XEvent for the window and causes an action //! or whatever was specified to occur void update(const XClientMessageEvent &e); +#if defined(SHAPE) || defined(DOXYGEN_IGNORE) + //! Updates the client's shape status + void update(const XShapeEvent &e); +#endif //! Changes the stored positions and size of the OBClient window /*! -- cgit v1.2.3