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:
a835190
)
e_policy_wl: set desk_iconify_skip for cursor window
28/291328/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 13 Apr 2023 09:55:47 +0000
(18:55 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 13 Apr 2023 10:11:07 +0000
(10:11 +0000)
We add code that the cursor window is not iconified by desk_iconify.
Change-Id: Idd4f03b3fc96515b65679682b027966999ab4bff
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 9a51d6538853d2670b49b32debbcb6ce65ec53ef..30024127878a8bb889acca627527aec81e9a9cf7 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1781,6
+1781,7
@@
_tzpol_iface_cb_role_set(struct wl_client *client EINA_UNUSED, struct wl_resourc
ELOGF("TZPOL", "Set CURSOR role", ec);
e_client_layer_set(ec, E_LAYER_CLIENT_CURSOR);
ec->is_cursor = EINA_TRUE;
+ e_client_desk_iconify_skip_set(ec, EINA_TRUE);
}
}