From 4c2f4e75372c4814413e3a105a045395e10892ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 02:43:31 +0000 Subject: add a getGravity function to get the gravity from the window attributes initially --- src/client.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.hh') 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 -- cgit v1.2.3