summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 4b75b3e7..e758ada1 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -1930,7 +1930,7 @@ gboolean screen_compare_desktops(guint a, guint b)
}
void screen_apply_gravity_point(gint *x, gint *y, gint width, gint height,
- GravityPoint *position, const Rect *area)
+ const GravityPoint *position, const Rect *area)
{
if (position->x.center)
*x = area->width / 2 - width / 2;