e_output: initialize the w and h. 06/137806/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 10 Jul 2017 01:28:33 +0000 (10:28 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 10 Jul 2017 01:29:56 +0000 (10:29 +0900)
Change-Id: Ic6b1a092d851f5b4b9d2c8cf76046bccb1591365

src/bin/e_output.c

index b9c572d..65dc0cc 100644 (file)
@@ -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)
      {