Replace remaining use of Atom instead of xkb_atom_t
authorRan Benita <ran234@gmail.com>
Fri, 6 Apr 2012 01:20:35 +0000 (04:20 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 9 Apr 2012 12:55:59 +0000 (13:55 +0100)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/xkbparse.y

index 6e2aad2..a5f0067 100644 (file)
@@ -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;