diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 07:04:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 07:04:23 +0000 |
| commit | 8735c12d9633738a5150c451457471d797fa9bf1 (patch) | |
| tree | 24616973540d34862310da88d539dd3790d832a3 /src/frame.hh | |
| parent | 7ec03b895e746bcf165dacd9141b981bd762cc2d (diff) | |
shape works again. updating the delete_window protocol update the decor.
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 5 |
1 files changed, 2 insertions, 3 deletions
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. |
