summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-17 02:43:31 +0000
committerDana Jansens <danakj@orodu.net>2003-01-17 02:43:31 +0000
commit4c2f4e75372c4814413e3a105a045395e10892ca (patch)
tree5dfc2d3f641eed18a5ba615f6e20cbfc4d7c15cd /src/client.hh
parentd17b86a41f13b9e01b9adef3190a2d3bb022f6a5 (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.hh2
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