From 41fb500bc1740740ae04cfab06d158f6d0576cc2 Mon Sep 17 00:00:00 2001 From: Rafael Ignacio Zurita Date: Thu, 9 Jan 2014 11:49:00 -0300 Subject: [PATCH] [PATCH] : Fix gcc warnings in screen.c --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index 9295194e8..b3a06f376 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -1648,7 +1648,7 @@ guint screen_find_monitor(const Rect *search) { guint i; guint mostpx_index = screen_num_monitors; - guint mostpx = 0; + glong mostpx = 0; guint closest_distance_index = screen_num_monitors; guint closest_distance = G_MAXUINT; GSList *counted = NULL;