From 34cd50ec5173e350b1d8b350fade2948c50113ee Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 5 Jan 2003 02:32:39 +0000 Subject: gets transients! woot. tested and such.. no groups still tho --- src/client.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index 963cff52..067ccccc 100644 --- a/src/client.hh +++ b/src/client.hh @@ -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 -- cgit v1.2.3