[ecore_evas_extn] Enable GL in indicator
authorsunghyun kim <scholb.kim@samsung.com>
Mon, 14 Nov 2016 06:54:45 +0000 (15:54 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 07:54:18 +0000 (16:54 +0900)
Change-Id: Ief90607679fba0fd82d48eb00543700778fcf5da

src/modules/ecore_evas/engines/extn/ecore_evas_extn.c

index c3b43b1..b6217ad 100644 (file)
@@ -208,7 +208,7 @@ _tizen_remote_surface_init(void)
 static int
 _ecore_evas_extn_type_get()
 {
-   static int type = EXTN_TYPE_SHM;
+   static int type = EXTN_TYPE_WAYLAND_EGL;
    static int checked = 0;
    char *engine = NULL;