From: SooChan Lim Date: Mon, 10 Jul 2017 01:28:33 +0000 (+0900) Subject: e_output: initialize the w and h. X-Git-Tag: accepted/tizen/unified/20170711.180802~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d6a31ca9cf0b0de97c41002591fbaa29bff47d1;p=platform%2Fupstream%2Fenlightenment.git e_output: initialize the w and h. Change-Id: Ic6b1a092d851f5b4b9d2c8cf76046bccb1591365 --- diff --git a/src/bin/e_output.c b/src/bin/e_output.c index b9c572d..65dc0cc 100644 --- a/src/bin/e_output.c +++ b/src/bin/e_output.c @@ -168,7 +168,7 @@ _e_output_zoom_touch_set(E_Output *eout, Eina_Bool set) Eina_Bool ret = EINA_FALSE; const Eina_List *l; Ecore_Drm_Output *primary_output = NULL; - int w, h; + int w = 0, h = 0; EINA_LIST_FOREACH(ecore_drm_devices_get(), l, dev) {