summaryrefslogtreecommitdiff
path: root/xkbcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xkbcomp.h')
-rw-r--r--xkbcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp.h b/xkbcomp.h
index 67b88b3..cd077ca 100644
--- a/xkbcomp.h
+++ b/xkbcomp.h
@@ -168,7 +168,7 @@ typedef struct _Expr
unsigned uval;
int ival;
char keyName[5];
- Opaque ptr;
+ void *ptr;
} value;
} ExprDef;