X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=83f5f1a025830fd333d4e0fc9e80e2bfbdc14780;hb=7175ac2b5aec7aface6a2f86df32dd0386e0cc05;hp=067ccccc3f0be9b9702dbdf2ec4ea0a51e3ed18d;hpb=34cd50ec5173e350b1d8b350fade2948c50113ee;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 067ccccc..83f5f1a0 100644 --- a/src/client.hh +++ b/src/client.hh @@ -179,7 +179,7 @@ private: OBClient::List _transients; //! The desktop on which the window resides (0xffffffff for all desktops) - unsigned long _desktop; + long _desktop; //! Normal window title std::string _title; // XXX: Have to keep track if this string is Utf8 or not @@ -399,7 +399,7 @@ public: This value is a 0-based index.
A value of 0xffffffff indicates that the window exists on all desktops. */ - inline unsigned long desktop() const { return _desktop; } + inline long desktop() const { return _desktop; } //! Returns the window's title inline const std::string &title() const { return _title; } //! Returns the window's title when it is iconified @@ -535,7 +535,6 @@ public: virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); virtual void reparentHandler(const XReparentEvent &e); - virtual void mapRequestHandler(const XMapRequestEvent &e); #if defined(SHAPE) virtual void shapeHandler(const XShapeEvent &e); #endif // SHAPE