From 871999bfd34f4de2c4b97034bd844fd19c521328 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 26 Oct 2008 20:49:44 +0000 Subject: [PATCH] Correct sign on variable. SVN revision: 37174 --- src/bin/e_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index c896a3373..4d5eefb3c 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -1422,7 +1422,7 @@ EAPI void e_hints_scale_update(void) { Ecore_X_Window *roots = NULL; int i, num; - int scale; + unsigned int scale; roots = ecore_x_window_root_list(&num); if (roots)