action: get rid of xkb_any_action
authorRan Benita <ran234@gmail.com>
Fri, 10 Aug 2012 19:38:07 +0000 (22:38 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 10 Aug 2012 19:42:17 +0000 (22:42 +0300)
commit4c34bda15a4f8c8a16fa03d40bcf989db23023dd
treeec112fd6e99809dc244d79ca8bca20471fb59123
parent600caac33ade86607372e9cb326fe14c8c2b25d6
action: get rid of xkb_any_action

And use union xkb_action instead. We add xkb_private_action, which is
the same as xkb_any_action, but only used where the intention is clear.
This should take care of whatever sizing changes the action struct might
have.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap-dump.c
src/xkb-priv.h
src/xkbcomp/action.c
src/xkbcomp/action.h
src/xkbcomp/compat.c
src/xkbcomp/symbols.c