From 2d296615414d0723ef7a3e7adff60b8dd5c77a25 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 22 Jan 2014 21:40:47 -0500 Subject: [PATCH] select shape events for override clients --- src/bin/e_comp_x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index a5000ff89..2a8b83c75 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -204,6 +204,8 @@ _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->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); if (ec->override && (!(ec->comp_data->initial_attributes.event_mask.mine & ECORE_X_EVENT_MASK_WINDOW_PROPERTY)))