X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fframe.hh;h=a36a6eec531cbe3ea46c318bb5ae67da81ff6590;hb=a93f06f5b3162e59c04074a14bd3702e4bb82133;hp=44153d4694cd2c211291d7489b9768a87367c5f8;hpb=bf404e092be46801b1a78f9a71e10d0d00b75894;p=chaz%2Fopenbox 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.