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:
d5e25a8
)
always set new wayland E_Clients to be ignored during client hook
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 17 Jul 2015 18:54:56 +0000
(14:54 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 17 Jul 2015 19:30:30 +0000
(15:30 -0400)
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 353a0307ef0097b4e7bd969bfaef9718f1f3f1d3..ce9b47c0140a38c97f40c499bbd033a075b14674 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-1516,7
+1516,6
@@
_e_comp_wl_compositor_cb_surface_create(struct wl_client *client, struct wl_reso
ec->new_client = 0;
if ((!ec->client.w) && (ec->client.h))
ec->client.w = ec->client.h = 1;
- ec->ignored = 1;
ec->comp_data->surface = res;
}
@@
-2213,7
+2212,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 =
e_comp_ignore_win_find(win)
;
+ ec->ignored =
1
;
ec->border_size = 0;
/* NB: could not find a better place to do this, BUT for internal windows,