discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=093aecd75e94b82f8d91dd267b3a072713aad7a4

commit 093aecd75e94b82f8d91dd267b3a072713aad7a4
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jan 24 16:14:23 2018 -0500

    efl-wl: unset kbd mods changed flag after sending modifiers
    
    @fix
---
 src/lib/efl_wl/efl_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c
index c88c4c716f..e02ac6787a 100644
--- a/src/lib/efl_wl/efl_wl.c
+++ b/src/lib/efl_wl/efl_wl.c
@@ -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

-- 


Reply via email to