diff options
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
