Commit 28011e71ad4e9ecd9cc309237feff69762b56579

Ran Benita 2012-04-06T04:20:35

Replace remaining use of Atom instead of xkb_atom_t Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/xkbcomp/xkbparse.y b/src/xkbcomp/xkbparse.y
index 6e2aad2..a5f0067 100644
--- a/src/xkbcomp/xkbparse.y
+++ b/src/xkbcomp/xkbparse.y
@@ -120,7 +120,7 @@ extern int yylex(union YYSTYPE *val, struct YYLTYPE *loc, void *scanner);
 	unsigned	 uval;
 	int64_t		 num;
 	char		*str;
-	Atom	 	sval;
+	xkb_atom_t	sval;
 	ParseCommon	*any;
 	ExprDef		*expr;
 	VarDef		*var;