diff options
Diffstat (limited to 'xkbcomp/keycodes.c')
-rw-r--r-- | xkbcomp/keycodes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xkbcomp/keycodes.c b/xkbcomp/keycodes.c index a86592e4d..6c135a01c 100644 --- a/xkbcomp/keycodes.c +++ b/xkbcomp/keycodes.c @@ -264,6 +264,8 @@ InitKeyNamesInfo(KeyNamesInfo *info) info->name= NULL; info->leds= NULL; info->aliases= NULL; + info->fileID=-1; + info->merge=0; ClearKeyNamesInfo(info); info->errorCount= 0; return; |