]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
signed ints instead of unsigned ints again. less pain. pain bad.
[chaz/openbox] / src / client.hh
index 6e11ed8c27ead0e191ca9b0c8573e8dd797b17fa..634d0e3de39720e55b5d64fd1f9eae96fe554eb9 100644 (file)
@@ -479,7 +479,7 @@ private:
     The x and y coordinates must both be sepcified together, or they will have
     no effect. When they are specified, the anchor is ignored.
   */
-  void internal_resize(Corner anchor, unsigned int w, unsigned int h,
+  void internal_resize(Corner anchor, int w, int h,
                        bool user = true, int x = INT_MIN, int y = INT_MIN);
 
   //! Attempts to find and return a modal child of this window, recursively.
@@ -651,7 +651,7 @@ BB    @param window The window id that the Client class should handle
     @param w The width component of the new size for the client.
     @param h The height component of the new size for the client.
   */
-  void resize(Corner anchor, unsigned int w, unsigned int h);
+  void resize(Corner anchor, int w, int h);
 
   //! Reapplies the maximized state to the window
   /*!
This page took 0.02157 seconds and 4 git commands to generate.