]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
killa a debug printf
[chaz/openbox] / src / client.hh
index 963cff52ea8525f68d5f804ddf70c01dd60deade..dd4bfe9faddc3073553158dc61602751a4f87260 100644 (file)
@@ -442,6 +442,9 @@ public:
   //! Returns the functions that the user can perform on the window
   inline FunctionFlags funtions() const { return _functions; }
 
+  //! Return the client this window is transient for
+  inline OBClient *transientFor() const { return _transient_for; }
+
   //! Returns if the window is modal
   /*!
     If the window is modal, then no other windows that it is related to can get
@@ -532,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 
This page took 0.021242 seconds and 4 git commands to generate.