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:
0988e21
)
always set wayland E_Client->redirected during client creation
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 19 Nov 2015 20:56:59 +0000
(15:56 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 19 Nov 2015 20:58:52 +0000
(15:58 -0500)
fix T2846
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 7e1a61a448e99468a8307d4b9710331f910ef41f..7ed06dbcfdff96008ada5ad339886c88005f71e3 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2160,7
+2160,7
@@
_e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec)
/* set initial client properties */
ec->argb = EINA_TRUE;
ec->no_shape_cut = EINA_TRUE;
- ec->ignored = 1;
+ ec->
redirected = ec->
ignored = 1;
ec->border_size = 0;
/* NB: could not find a better place to do this, BUT for internal windows,