From 89bfa0c633f3096cca6f983bca1507d3f4b902a8 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 15 Jul 2011 10:39:39 -0700 Subject: XQuartz: DarwinEQFini doesn't return Bool Signed-off-by: Jeremy Huddleston --- hw/xquartz/darwinEvents.c | 2 +- hw/xquartz/darwinEvents.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/xquartz') diff --git a/hw/xquartz/darwinEvents.c b/hw/xquartz/darwinEvents.c index 1f22099d6..c367e3c1c 100644 --- a/hw/xquartz/darwinEvents.c +++ b/hw/xquartz/darwinEvents.c @@ -371,7 +371,7 @@ Bool DarwinEQInit(void) { return TRUE; } -Bool DarwinEQFini(void) { +void DarwinEQFini(void) { mieqFini(); } diff --git a/hw/xquartz/darwinEvents.h b/hw/xquartz/darwinEvents.h index bd29d51fd..aefb5c7bb 100644 --- a/hw/xquartz/darwinEvents.h +++ b/hw/xquartz/darwinEvents.h @@ -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); -- cgit v1.2.3