X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=19bade78c73a22ded9c59398e181efc560d5dbd3;hb=f2890f35b706e169a14240a10a849fa83f35ba25;hp=b5372647fd85c811c9f18a270508cd87daf398c1;hpb=5316bc6c3e3329dc620cfd15d472ed5d376100f8;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index b5372647..19bade78 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -167,13 +167,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, gint *x, gint *y); +void frame_client_gravity(ObFrame *self, gint *x, gint *y, gint w, gint h); /*! 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, gint *x, gint *y); +void frame_frame_gravity(ObFrame *self, gint *x, gint *y, gint w, gint h); void frame_flash_start(ObFrame *self); void frame_flash_stop(ObFrame *self);