From 31d34db673d218b64cd53ac190da323a2d398b73 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Sun, 19 May 2013 08:00:09 +0100 Subject: [PATCH] Initialize 'orients' variable to rotation 0. Signed-off-by: Chris Michael --- src/modules/conf_randr/e_smart_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index bc22b3d61..0cdb20d9a 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -216,7 +216,7 @@ void e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc, Evas_Coord cx, Evas_Coord cy, Evas_Coord cw, Evas_Coord ch) { E_Smart_Data *sd; - Ecore_X_Randr_Orientation orients; + Ecore_X_Randr_Orientation orients = ECORE_X_RANDR_ORIENTATION_ROT_0; Ecore_X_Window root = 0; LOGFN(__FILE__, __LINE__, __FUNCTION__);