X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=d50a2b72f8f1bbe92f5952965e0acbd1b31d3f65;hb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;hp=f77ff35ada8fca88190b5724bc591df4dc8679f8;hpb=8085f3490fb5790d15fcb47988bbc24e17467725;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index f77ff35a..d50a2b72 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -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);