diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-01 15:45:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-01 15:45:45 -0700 |
commit | d4096abb591353405417e53816e5c46e904e7b25 (patch) | |
tree | 156a4ea91e225565add01b850dbbd4f8bf68f603 /hw/xquartz/darwinEvents.h | |
parent | 61f87a75f2bcda939a1778d39be8cfa5c886e6d8 (diff) | |
parent | 87d4f90bfcb509471ac9e7886e14a92b33223fd7 (diff) |
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'hw/xquartz/darwinEvents.h')
-rw-r--r-- | hw/xquartz/darwinEvents.h | 1 |
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); |