XQuartz: DarwinEQFini doesn't return Bool
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
82f5521a6d
commit
89bfa0c633
|
@ -371,7 +371,7 @@ Bool DarwinEQInit(void) {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool DarwinEQFini(void) {
|
void DarwinEQFini(void) {
|
||||||
mieqFini();
|
mieqFini();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#define XQUARTZ_VALUATOR_LIMIT (1 << 16)
|
#define XQUARTZ_VALUATOR_LIMIT (1 << 16)
|
||||||
|
|
||||||
Bool DarwinEQInit(void);
|
Bool DarwinEQInit(void);
|
||||||
Bool DarwinEQFini(void);
|
void DarwinEQFini(void);
|
||||||
void DarwinEQEnqueue(const xEventPtr e);
|
void DarwinEQEnqueue(const xEventPtr e);
|
||||||
void DarwinEQPointerPost(DeviceIntPtr pDev, xEventPtr e);
|
void DarwinEQPointerPost(DeviceIntPtr pDev, xEventPtr e);
|
||||||
void DarwinEQSwitchScreen(ScreenPtr pScreen, Bool fromDIX);
|
void DarwinEQSwitchScreen(ScreenPtr pScreen, Bool fromDIX);
|
||||||
|
|
Loading…
Reference in New Issue