discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cd646e8ecd79feb4ae6cfd1738d51b6c9c26b9dd
commit cd646e8ecd79feb4ae6cfd1738d51b6c9c26b9dd Author: Mike Blumenkrantz <[email protected]> Date: Thu Jun 25 19:59:42 2015 -0400 reject non-x11 clients from _e_comp_x_client_zone_geometry_set() --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 4e918f2..d9da7ac 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -2266,6 +2266,7 @@ _e_comp_x_client_zone_geometry_set(E_Client *ec) { unsigned int zgeom[4]; + E_COMP_X_PIXMAP_CHECK; zgeom[0] = ec->zone->x; zgeom[1] = ec->zone->y; zgeom[2] = ec->zone->w; --
