X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fscreen.h;h=6c26ce89849d46a18ebfd5ddea158aa4b0ca6ecc;hp=56fa6c9939a2b8adcf4c31f859fa306e08538884;hb=39dfb7458a75ca502fb0c18ec0f1a107f5d51249;hpb=d3359676e49b558cb7c6e24ea889c037d044b79f diff --git a/openbox/screen.h b/openbox/screen.h index 56fa6c9..6c26ce8 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -186,5 +186,5 @@ gboolean screen_compare_desktops(guint a, guint b); * width and height are the size of the object being placed, used for * aligning to right/bottom edges of the area. */ void screen_apply_gravity_point(gint *x, gint *y, gint width, gint height, - GravityPoint *position, const Rect *area); + const GravityPoint *position, const Rect *area); #endif