projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d149a5
)
e_policy_wl: tizen_policy version up to 11
14/283614/2
accepted/tizen/unified/20221102.172739
author
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 31 Oct 2022 07:26:47 +0000
(16:26 +0900)
committer
SooChan 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
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index a41ec64d1e89618ead79c5821c49653ead15441c..0638491cc62b66e322046a600fecb4085a70f1b2 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-8158,7
+8158,7
@@
e_policy_wl_init(void)
/* create globals */
global = wl_global_create(e_comp_wl->wl.disp,
&tizen_policy_interface,
- 1
0
,
+ 1
1
,
NULL,
_tzpol_cb_bind);
EINA_SAFETY_ON_NULL_GOTO(global, err);