xfree86/os-support: update prototype for OSRingBell

This commit is contained in:
Daniel Stone 2006-11-04 21:21:09 +02:00 committed by Daniel Stone
parent c51fadc07d
commit 61b570d0c1

View File

@ -150,7 +150,7 @@ extern Bool xf86DisableInterrupts(void);
extern void xf86EnableInterrupts(void);
extern void xf86SetTVOut(int);
extern void xf86SetRGBOut(void);
extern void xf86SoundKbdBell(int, int, int);
extern void xf86OSRingBell(int, int, int);
#if defined(QNX4)
#pragma aux xf86BusToMem modify [eax ebx ecx edx esi edi];
#pragma aux xf86MemToBus modify [eax ebx ecx edx esi edi];