From 39dfb7458a75ca502fb0c18ec0f1a107f5d51249 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 6 Oct 2014 21:54:16 +0200 Subject: Pass the GravityPoint as const* instead of by value --- openbox/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.h') diff --git a/openbox/screen.h b/openbox/screen.h index 56fa6c99..6c26ce89 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 -- cgit v1.2.3