XQuartz: DarwinEQFini doesn't return Bool

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston 2011-07-15 10:39:39 -07:00
parent 82f5521a6d
commit 89bfa0c633
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ Bool DarwinEQInit(void) {
return TRUE;
}
Bool DarwinEQFini(void) {
void DarwinEQFini(void) {
mieqFini();
}

View File

@ -32,7 +32,7 @@
#define XQUARTZ_VALUATOR_LIMIT (1 << 16)
Bool DarwinEQInit(void);
Bool DarwinEQFini(void);
void DarwinEQFini(void);
void DarwinEQEnqueue(const xEventPtr e);
void DarwinEQPointerPost(DeviceIntPtr pDev, xEventPtr e);
void DarwinEQSwitchScreen(ScreenPtr pScreen, Bool fromDIX);