I was right the first time...disable shape events on internal wins not input_only

This commit is contained in:
Mike Blumenkrantz 2014-01-23 10:29:43 -05:00
parent 7d53ae97ee
commit 5707e8ceb8
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ _e_comp_x_client_new_helper(E_Client *ec)
e_pixmap_visual_cmap_set(ec->pixmap, ec->comp_data->initial_attributes.visual, ec->comp_data->initial_attributes.colormap);
if (ec->override && (!ec->input_only))
if (ec->override && (!ec->internal))
ecore_x_window_shape_events_select(win, 1);
if (ec->override && (!ec->input_only))
ecore_x_present_select_events(win, ECORE_X_PRESENT_EVENT_MASK_CONFIGURE_NOTIFY);