]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
let the client be moved to a position specified for the *frame*
[chaz/openbox] / src / client.hh
index 02c12d4342ff02b66ed007708ffb77da3c0a6cf9..6b44706ee4f299920cf05e172ebb9ac72726c2e1 100644 (file)
@@ -621,8 +621,10 @@ BB    @param window The window id that the Client class should handle
   /*!
     @param x The X coordinate to move to.
     @param y The Y coordinate to move to.
+    @param bool framepos True if the frame should be moved to the position
+                instead of the client. This makes it ignore the gravity.
   */
-  void move(int x, int y);
+  void move(int x, int y, bool framepos = false);
   
   //! Resizes the client window, anchoring it in a given corner
   /*!
This page took 0.020269 seconds and 4 git commands to generate.