]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
apply gravity when positioning the frame
[chaz/openbox] / src / frame.hh
index 74b1ba6488b09244218696e32747594d0fed3d2d..ff6a21ad0becd3ab9db8d8f74fbdc440b6adf4c4 100644 (file)
@@ -56,11 +56,6 @@ private:
   */
   OBClient::DecorationFlags _decorations;
 
-  //! Creates the base frame window
-  Window createFrame();
-  //! Creates a child frame decoration element window
-  Window createChild(Window parent, Cursor cursor);
-
   //! Reparents the client window from the root window onto the frame
   void grabClient();
   //! Reparents the client window back to the root window
@@ -85,7 +80,11 @@ public:
   //! Update the frame to match the client
   void adjust();
   //! Shape the frame window to the client window
-  void adjustShape(); 
+  void adjustShape();
+
+  //! Applies gravity for the client's gravity, moving the frame to the
+  //! appropriate place
+  void applyGravity();
 };
 
 }
This page took 0.022501 seconds and 4 git commands to generate.