diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-05 02:32:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-05 02:32:39 +0000 |
| commit | 34cd50ec5173e350b1d8b350fade2948c50113ee (patch) | |
| tree | 926bea0505737eb08d724ea8abfc3d668fe0bcfc /src/client.hh | |
| parent | a93f06f5b3162e59c04074a14bd3702e4bb82133 (diff) | |
gets transients! woot. tested and such.. no groups still tho
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
