text: explicitly take mod_type in mod functions
authorRan Benita <ran234@gmail.com>
Sat, 6 Oct 2012 12:34:17 +0000 (14:34 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 6 Oct 2012 19:41:59 +0000 (21:41 +0200)
commit9ebd2f67f45ef3d650bb96030eac26b1b32ae699
treecd2400a9962ea3242f69969b3b81d0ba172e2c51
parent6d580127d89c1f258b533fc7333357c62e7a3b19
text: explicitly take mod_type in mod functions

This essentially "tags" each invocation of the functions with the
modifier type of the argument, which allows for easy grepping for them
(with the aim being, to remove anything but MOD_BOTH).

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap-dump.c
src/text.c
src/text.h
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/symbols.c
src/xkbcomp/types.c