devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=96dd7324f8ec5e7c5e3b69a706989e8eed8fab20

commit 96dd7324f8ec5e7c5e3b69a706989e8eed8fab20
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Feb 3 15:31:39 2015 -0500

    add a mod_changed field to compositor data so we can know when
    modifiers change
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 62aaeca..f8c764d 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -142,6 +142,7 @@ struct _E_Comp_Wl_Data
         xkb_layout_index_t mod_group;
         struct wl_array keys;
         struct wl_resource *focus;
+        int mod_changed;
      } kbd;
 
    struct 

-- 


Reply via email to