diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-02-15 15:03:01 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-02-15 15:03:49 -0800 |
commit | c686c5cbdc5f35744407af5f9aabbd18cc17714b (patch) | |
tree | 47ffc12eb683eec9be0e4732a6ddca6a8ec70d28 /hw/xquartz | |
parent | 84905007702da2c05a4f7446b3fc5ff52be49655 (diff) |
XQuartz: Fix linking (CloseInput())
Fixes regresison from d33adcdf03c69407d151e732fa0cf9947151eb19
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/darwinXinput.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xquartz/darwinXinput.c b/hw/xquartz/darwinXinput.c index 43aea6140..90e440e54 100644 --- a/hw/xquartz/darwinXinput.c +++ b/hw/xquartz/darwinXinput.c @@ -249,3 +249,9 @@ DeleteInputDeviceRequest(DeviceIntPtr dev) { DEBUG_LOG("DeleteInputDeviceRequest(%p)\n", dev); } + +void +CloseInput (void) +{ +} + |