summaryrefslogtreecommitdiff
path: root/hw/xquartz/darwinEvents.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-01 15:45:45 -0700
committerKeith Packard <keithp@keithp.com>2011-07-01 15:45:45 -0700
commitd4096abb591353405417e53816e5c46e904e7b25 (patch)
tree156a4ea91e225565add01b850dbbd4f8bf68f603 /hw/xquartz/darwinEvents.h
parent61f87a75f2bcda939a1778d39be8cfa5c886e6d8 (diff)
parent87d4f90bfcb509471ac9e7886e14a92b33223fd7 (diff)
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'hw/xquartz/darwinEvents.h')
-rw-r--r--hw/xquartz/darwinEvents.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/darwinEvents.h b/hw/xquartz/darwinEvents.h
index 6769c8bd8..bd29d51fd 100644
--- a/hw/xquartz/darwinEvents.h
+++ b/hw/xquartz/darwinEvents.h
@@ -32,6 +32,7 @@
#define XQUARTZ_VALUATOR_LIMIT (1 << 16)
Bool DarwinEQInit(void);
+Bool DarwinEQFini(void);
void DarwinEQEnqueue(const xEventPtr e);
void DarwinEQPointerPost(DeviceIntPtr pDev, xEventPtr e);
void DarwinEQSwitchScreen(ScreenPtr pScreen, Bool fromDIX);