Use our types instead of int/uint32_t in a few places
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap.c
index 611d313..8c3cf26 100644 (file)
@@ -96,7 +96,7 @@ FindInterpForKey(struct xkb_keymap *keymap, const struct xkb_key *key,
      * such that when we find a match we return immediately.
      */
     darray_foreach(interp, keymap->sym_interpret) {
-        uint32_t mods;
+        xkb_mod_mask_t mods;
         bool found;
 
         if ((num_syms > 1 || interp->sym != syms[0]) &&