mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
XQuartz: DarwinEQFini doesn't return Bool
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
82f5521a6d
commit
89bfa0c633
2 changed files with 2 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ Bool DarwinEQInit(void) {
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
Bool DarwinEQFini(void) {
|
||||
void DarwinEQFini(void) {
|
||||
mieqFini();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue