summaryrefslogtreecommitdiff
path: root/hw/xquartz/quartz.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-12-08 13:27:41 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2010-12-08 13:57:19 -0800
commit883039e07b0c0ef23c7fc4ba3455b41173c7a7fc (patch)
treed5452f7dfa26ed81671f986ddaa5154baf414e9a /hw/xquartz/quartz.h
parent2c70b650b342378898064cf27e2f95c4b2e53d24 (diff)
XQuartz: Just NSBeep() for XBell()
The CoreAudio path uses deprecated API and has reported crashes that aren't worth fixing (4e8bf12b13690afa6d9fee0e339d3819ef16fb3f fixed one and introduced another). NSBeep() does the job just fine. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/quartz.h')
-rw-r--r--hw/xquartz/quartz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/quartz.h b/hw/xquartz/quartz.h
index 7efb7e09b..b83391db9 100644
--- a/hw/xquartz/quartz.h
+++ b/hw/xquartz/quartz.h
@@ -123,7 +123,6 @@ extern Bool XQuartzIsRootless; /* Is our current mode rootless (or FS)? */
extern Bool XQuartzFullscreenMenu; /* Show the menu bar (autohide) while in FS */
extern Bool XQuartzFullscreenDisableHotkeys;
extern Bool XQuartzOptionSendsAlt; /* Alt or Mode_switch? */
-extern Bool XQuartzUseSysBeep; /* Sys beep or our own? */
Bool QuartzAddScreen(int index, ScreenPtr pScreen);
Bool QuartzSetupScreen(int index, ScreenPtr pScreen);