mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 08:50:05 +01:00
XQuartz: Fixed XBell() when not using system alert.
This commit is contained in:
parent
acefa7e3c8
commit
aa0e9ab1c7
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ void QuartzAudioInit(void)
|
|||
|
||||
// Prepare for playback
|
||||
AudioDeviceIOProcID sInputIOProcID = NULL;
|
||||
status = AudioDeviceCreateIOProcID( outputDevice, QuartzAudioIOProc, NULL, &sInputIOProcID );
|
||||
status = AudioDeviceCreateIOProcID( outputDevice, QuartzAudioIOProc, &data, &sInputIOProcID );
|
||||
if (status) {
|
||||
ErrorF("QuartzAudioInit: AddIOProc returned %ld\n", (long)status);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue