]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
adjust to the new format for otk::Proeprty::get() functions (no nelements)
[chaz/openbox] / src / client.hh
index e18de3c9ff7694ad1a31cda94a5296ec5e4c5328..a8d21458898deb4e9c433dead6e2a497ec4a677a 100644 (file)
@@ -478,8 +478,11 @@ private:
   /*!
     @param x The X coordinate to move to.
     @param y The Y coordinate to move to.
+    @param final true if this is the final move, false if there are more move
+                 events coming. The client is not notified of the move when
+                 final is false.
   */
-  void internal_move(int x, int y);
+  void internal_move(int x, int y, bool final = true);
   //! Internal version of the Client::resize function
   /*!
     This also maintains things like the client's minsize, and size increments.
@@ -674,8 +677,11 @@ public:
     the position specified.
     @param x The X coordinate to move to.
     @param y The Y coordinate to move to.
+    @param final true if this is the final move, false if there are more move
+                 events coming. The client is not notified of the move when
+                 final is false.
   */
-  void move(int x, int y);
+  void move(int x, int y, bool final = true);
   
   //! Resizes the client window, anchoring it in a given corner
   /*!
This page took 0.02056 seconds and 4 git commands to generate.