e_policy_wl: revert version of tizen_launchscreen_interface from 2 to 1 78/148178/2
authorJunSeok, Kim <juns.kim@samsung.com>
Thu, 7 Sep 2017 10:16:01 +0000 (19:16 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Thu, 7 Sep 2017 10:16:01 +0000 (19:16 +0900)
Tizen_launchscreen interface version is reverted from 2 to 1. So,
changed version of serverside implementation.

Change-Id: I9b04fb5b5e9faba0c51ab63fbf1bd65b55323c5a

src/bin/e_policy_wl.c

index 8e53028..2f57296 100644 (file)
@@ -6806,7 +6806,7 @@ e_policy_wl_defer_job(void)
 
    global = wl_global_create(e_comp_wl->wl.disp,
                              &tizen_launchscreen_interface,
-                             2,
+                             1,
                              NULL,
                              _tzlaunch_cb_bind);
    EINA_SAFETY_ON_NULL_GOTO(global, err);