diff options
Diffstat (limited to 'include/core/window.h')
-rw-r--r-- | include/core/window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/window.h b/include/core/window.h index 08b6e68..6f1ea1b 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -369,8 +369,6 @@ class CompWindow : int mapNum () const; - CompStruts * struts (); - int & saveMask (); XWindowChanges & saveWc (); @@ -513,6 +511,7 @@ class CompWindow : static void freePluginClassIndex (unsigned int index); bool updateStruts (); + CompStruts *struts (); WRAPABLE_HND (0, WindowInterface, void, getOutputExtents, CompWindowExtents&); |