From 34178097d559ef522ea0984091489c209f4e9e0e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 Apr 2010 11:31:22 -0400 Subject: use const Rect* not Rect const* --- openbox/place.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/place.c') diff --git a/openbox/place.c b/openbox/place.c index 836c215d..c39d5069 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -107,7 +107,7 @@ static Rect **pick_head(ObClient *c) screen_pointer_pos(&px, &py); for (i = 0; i < screen_num_monitors; i++) { - Rect const *monitor = screen_physical_area_monitor(i); + const Rect *monitor = screen_physical_area_monitor(i); gboolean contain = RECT_CONTAINS(*monitor, px, py); if (contain) { add_choice(choice, i); -- cgit v1.2.3