reject non-x11 clients from _e_comp_x_client_zone_geometry_set()

This commit is contained in:
Mike Blumenkrantz 2015-06-25 19:59:42 -04:00
parent 2b38147c43
commit cd646e8ecd
1 changed files with 1 additions and 0 deletions

View File

@ -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;