ecore_wayland: insert exception code for SVACE issue
authorJEONGHYUN YUN <jh0506.yun@samsung.com>
Thu, 29 Dec 2016 02:05:58 +0000 (11:05 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:30:30 +0000 (16:30 +0900)
Change-Id: If5554e833ed3e0479885d14fc5acd0197f2acebc
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
src/lib/ecore_wayland/ecore_wl.c

index 7a5f00f36efedc9ad548f96ec34e70288ace76cd..9934fe3aaba1a98f7a6138dfb3c3f55efe30654f 100644 (file)
@@ -555,8 +555,8 @@ ecore_wl_dpi_get(void)
         ecore_wl_sync();
         if (!_ecore_wl_disp->output) ecore_wl_sync();
      }
-   //if (!_ecore_wl_disp->output) return 75;
    //
+   if (!_ecore_wl_disp->output) return 75;
 
    mw = _ecore_wl_disp->output->mw;
    if (mw <= 0) return 75;