From 7b7ae097a0d389a35967fdab4ea310effcfc42c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 04:49:42 +0000 Subject: make the 'toggle all desktops' button work --- src/frame.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/frame.hh') diff --git a/src/frame.hh b/src/frame.hh index 35c884fa..40c08199 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -102,6 +102,9 @@ public: void adjustPosition(); //! Shape the frame window to the client window void adjustShape(); + //! Update the frame to match the client's new state (for things like toggle + //! buttons) + void adjustState(); //! Applies gravity to the client's position to find where the frame should //! be positioned. -- cgit v1.2.3