diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-17 02:43:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-17 02:43:31 +0000 |
| commit | 4c2f4e75372c4814413e3a105a045395e10892ca (patch) | |
| tree | 5dfc2d3f641eed18a5ba615f6e20cbfc4d7c15cd /src/client.hh | |
| parent | d17b86a41f13b9e01b9adef3190a2d3bb022f6a5 (diff) | |
add a getGravity function to get the gravity from the window attributes initially
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 9bac56f5..37a38ac1 100644 --- a/src/client.hh +++ b/src/client.hh @@ -311,6 +311,8 @@ private: */ FunctionFlags _functions; + //! Retrieves the window's initial gravity + void getGravity(); //! Retrieves the desktop hint's value and sets Client::_desktop void getDesktop(); //! Retrieves the window's type and sets Client::_type |
