diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index fe2e4ea51..38dbb8376 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -167,6 +167,7 @@ _e_comp_x_print_win(Ecore_X_Window win) static void _e_comp_x_focus_grab(E_Client *ec) { + if (ec->internal_elm_win) return; ecore_x_window_button_grab(_e_comp_x_client_util_win_get(ec), 1, ECORE_X_EVENT_MASK_MOUSE_DOWN | ECORE_X_EVENT_MASK_MOUSE_UP |