]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
consistant glib type usage
[chaz/openbox] / openbox / frame.h
index f77ff35ada8fca88190b5724bc591df4dc8679f8..d50a2b72f8f1bbe92f5952965e0acbd1b31d3f65 100644 (file)
@@ -163,13 +163,13 @@ ObFrameContext frame_context(struct _ObClient *self, Window win);
   be positioned.
   @return The proper coordinates for the frame, based on the client.
 */
-void frame_client_gravity(ObFrame *self, int *x, int *y);
+void frame_client_gravity(ObFrame *self, gint *x, gint *y);
 
 /*! Reversly applies gravity to the frame's position to find where the client
   should be positioned.
     @return The proper coordinates for the client, based on the frame.
 */
-void frame_frame_gravity(ObFrame *self, int *x, int *y);
+void frame_frame_gravity(ObFrame *self, gint *x, gint *y);
 
 void frame_flash_start(ObFrame *self);
 void frame_flash_stop(ObFrame *self);
This page took 0.020717 seconds and 4 git commands to generate.