Introduce xkb_keycode_t for keycodes
[platform/upstream/libxkbcommon.git] / src / xkbcomp / vmod.c
index 2c8ac02..7b0017b 100644 (file)
@@ -219,7 +219,7 @@ FindKeypadVMod(struct xkb_desc * xkb)
     uint32_t name;
     ExprResult rtrn;
 
-    name = XkbcInternAtom("NumLock", False);
+    name = xkb_intern_atom("NumLock");
     if ((xkb) && LookupVModIndex((char *) xkb, None, name, TypeInt, &rtrn))
     {
         return rtrn.ival;