From 8735c12d9633738a5150c451457471d797fa9bf1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 07:04:23 +0000 Subject: shape works again. updating the delete_window protocol update the decor. --- src/frame.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/frame.hh') diff --git a/src/frame.hh b/src/frame.hh index 44153d46..a36a6eec 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -75,9 +75,6 @@ private: */ void releaseClient(bool remap); - //! Shape the frame window to the client window - void adjustShape(); - public: //! Constructs an OBFrame object, and reparents the client to itself /*! @@ -105,6 +102,8 @@ public: void adjustSize(); //! Update the frame's position to match the client void adjustPosition(); + //! Shape the frame window to the client window + void adjustShape(); //! Applies gravity to the client's position to find where the frame should //! be positioned. -- cgit v1.2.3