Make C++ happy.
authorWander Lairson Costa <wander.lairson@gmail.com>
Thu, 26 Sep 2013 12:35:33 +0000 (09:35 -0300)
committerRan Benita <ran234@gmail.com>
Thu, 26 Sep 2013 12:54:53 +0000 (15:54 +0300)
commitac59e735eb159ec0cd0c7b6b25409ceb8b832d01
tree3864f776e4e5291c82b154c51ce8eb1e8532b0c3
parent59fb79e75ec1224bb070eae65fe2e46b7039b074
Make C++ happy.

For most functions taking an enum flags parameter, we use 0 value to
indicate that no flags should be applied.

C++ has a stronger type system than C and will not implicitly convert
int's to enum's. Thus, we create valid 0 enum values for enum types
where it makes sense.

Signed-off-by: Wander Lairson Costa <wander.lairson@gmail.com>
Signed-off-by: Ran Benita <ran234@gmail.com>
xkbcommon/xkbcommon.h