summaryrefslogtreecommitdiff
path: root/src/xkbmisc.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2010-06-21 14:28:34 +0100
committerDaniel Stone <daniel@fooishbar.org>2010-06-22 15:57:16 +0100
commit7257d4c89e52aa727df25564109cecc4d33b9543 (patch)
treedfbd6b559b0fd2e669b1b3ff5c2daf9c49f0e63b /src/xkbmisc.h
parentb38525421f5b6f28b7f441ff8b2c3a97b047aae2 (diff)
Use CARD32 instead of Atom, move geom headers in
Use CARD32 instead of Atom/KeySym/et al to avoid type size confusion between server and non-server code; relatedly, move the geometry headers in from kbproto, so every non-simple type (i.e. structs containing nothing more than basic types) is now copied into xkbcommon. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/xkbmisc.h')
-rw-r--r--src/xkbmisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbmisc.h b/src/xkbmisc.h
index 028e90b..0ea61a2 100644
--- a/src/xkbmisc.h
+++ b/src/xkbmisc.h
@@ -36,7 +36,7 @@ authorization from the authors.
/***====================================================================***/
extern Bool
-XkbcComputeEffectiveMap(XkbcDescPtr xkb, XkbKeyTypePtr type,
+XkbcComputeEffectiveMap(XkbcDescPtr xkb, XkbcKeyTypePtr type,
unsigned char *map_rtrn);
/***====================================================================***/