From a1d8fd1b6a23949ceb1630f60169baddc36c7012 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 18 Jan 2014 15:15:25 -0500 Subject: [PATCH] revert previous "removed" warnings" commit chunk which added more warnings --- src/modules/conf_randr/e_int_config_randr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index 44cce14fb..885e403e5 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -9,8 +9,7 @@ struct _E_Config_Dialog_Data { Evas_Object *o_randr; - unsigned char restore; - unsigned int primary; + int restore, primary; }; /* local function prototypes */