diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-27 20:13:22 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-28 12:01:36 -0700 |
commit | 4fe322aa99de2d56c28d5ded14e16a980edb332e (patch) | |
tree | d007be8539ff0743e1c6d99c5166b580c4f3650a /src/xkbcomp/vmod.h | |
parent | 37769b5a100498aa19926dff9517a3bc5a606183 (diff) | |
download | libxkbcommon-4fe322aa99de2d56c28d5ded14e16a980edb332e.tar.gz libxkbcommon-4fe322aa99de2d56c28d5ded14e16a980edb332e.tar.bz2 libxkbcommon-4fe322aa99de2d56c28d5ded14e16a980edb332e.zip |
libxkbcomp: s/XPointer/char */
Replace XPointer with its definition since we don't have the privilege
of using Xlib.h. Why this is char * and not void *, I'll never know.
Diffstat (limited to 'src/xkbcomp/vmod.h')
-rw-r--r-- | src/xkbcomp/vmod.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xkbcomp/vmod.h b/src/xkbcomp/vmod.h index f03bb4e..5ca566a 100644 --- a/src/xkbcomp/vmod.h +++ b/src/xkbcomp/vmod.h @@ -53,14 +53,14 @@ extern Bool ApplyVModDefs(VModInfo * /* info */ , XkbcDescPtr /* xkb */ ); -extern int LookupVModIndex(XPointer /* priv */ , +extern int LookupVModIndex(char * /* priv */ , Atom /* elem */ , Atom /* field */ , unsigned /* type */ , ExprResult * /* val_rtrn */ ); -extern int LookupVModMask(XPointer /* priv */ , +extern int LookupVModMask(char * /* priv */ , Atom /* elem */ , Atom /* field */ , unsigned /* type */ , |