Skip to content

Instantly share code, notes, and snippets.

@zmike
Created May 10, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmike/3fe62e17f8774fc0a2c28799de03768f to your computer and use it in GitHub Desktop.
Save zmike/3fe62e17f8774fc0a2c28799de03768f to your computer and use it in GitHub Desktop.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
-- a/src/bin/e_comp_wl.c
++ b/src/bin/e_comp_wl.c
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
@@ -450,6 +450,7 @@ _e_comp_wl_evas_cb_focus_in_timer(E_Client *ec)
ec->comp_data->on_focus_timer = NULL;
if (!e_comp_wl->kbd.focused) return EINA_FALSE;
if (e_comp_util_kbd_grabbed()) return EINA_FALSE;
e_comp_wl_input_keyboard_modifiers_update();
serial = wl_display_next_serial(e_comp_wl->wl.disp);
t = ecore_time_unix_get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment