xkb: sed True -> TRUE and False -> FALSE

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Peter Hutterer
2010-01-15 10:07:38 +10:00
parent 0ea2b0bd02
commit db687f718f
19 changed files with 312 additions and 317 deletions

View File

@@ -309,11 +309,6 @@ extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease;
#define Status int
#ifndef True
#define True TRUE
#define False FALSE
#endif
extern _X_EXPORT void XkbUseMsg(
void
);