e_policy_wl: tizen_policy version up to 11 14/283614/2 accepted/tizen/unified/20221102.172739
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 31 Oct 2022 07:26:47 +0000 (16:26 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 31 Oct 2022 07:31:33 +0000 (07:31 +0000)
We update tizen_policy version to 11 for supporting desktop window type.

Change-Id: Ib630f8f3789137a5061d072459bbc6e4a3613e33

src/bin/e_policy_wl.c

index a41ec64d1e89618ead79c5821c49653ead15441c..0638491cc62b66e322046a600fecb4085a70f1b2 100644 (file)
@@ -8158,7 +8158,7 @@ e_policy_wl_init(void)
    /* create globals */
    global = wl_global_create(e_comp_wl->wl.disp,
                              &tizen_policy_interface,
-                             10,
+                             11,
                              NULL,
                              _tzpol_cb_bind);
    EINA_SAFETY_ON_NULL_GOTO(global, err);