shape modification on overrides

T847
This commit is contained in:
Mike Blumenkrantz 2014-01-23 08:36:37 -05:00
parent 05a7087c84
commit 006c09621b
1 changed files with 2 additions and 2 deletions

View File

@ -683,9 +683,9 @@ _e_comp_x_client_pri_norm(E_Client *ec)
static void
_e_comp_x_client_shape_input_rectangle_set(E_Client *ec)
{
Ecore_X_Window win = _e_comp_x_client_window_get(ec);
Ecore_X_Window win = e_client_util_pwin_get(ec);
if ((!ec->override) && (!ec->comp_data->reparented)) return;
if (ec->override || (!ec->comp_data->reparented)) return;
if (ec->shaped_input)
ecore_x_composite_window_events_disable(win);