ignore only non-override non-reparented clients when disabling composite events

This commit is contained in:
Mike Blumenkrantz 2014-01-22 22:34:55 -05:00
parent 7f72d160af
commit 0f3e3ae5da
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ _e_comp_x_client_shape_input_rectangle_set(E_Client *ec)
{
Ecore_X_Window win = _e_comp_x_client_window_get(ec);
if (!ec->comp_data->reparented) return;
if ((!ec->override) && (!ec->comp_data->reparented)) return;
if (ec->shaped_input)
ecore_x_composite_window_events_disable(win);