efl-wl: unset kbd mods changed flag after sending modifiers

@fix
This commit is contained in:
Mike Blumenkrantz 2018-01-24 16:14:23 -05:00
parent 4a32e2456e
commit 093aecd75e
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ comp_seat_send_modifiers(Comp_Seat *s, struct wl_resource *res, uint32_t serial)
s->kbd.mods.latched,
s->kbd.mods.locked,
s->kbd.mods.group);
s->kbd.mods.changed = 1;
s->kbd.mods.changed = 0;
}
static Eina_Bool