]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
clean up transient's parent's reference in destructor
[chaz/openbox] / src / client.hh
index 963cff52ea8525f68d5f804ddf70c01dd60deade..067ccccc3f0be9b9702dbdf2ec4ea0a51e3ed18d 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
This page took 0.020427 seconds and 4 git commands to generate.