diff options
Diffstat (limited to 'xkbcomp.h')
-rw-r--r-- | xkbcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -243,6 +243,7 @@ typedef struct _InterpDef KeySym sym; ExprDef *match; VarDef *def; + Bool ignore; } InterpDef; typedef struct _IndicatorNameDef |