mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 11:08:15 +02:00
xfree86/os-support: update prototype for OSRingBell
This commit is contained in:
parent
c51fadc07d
commit
61b570d0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue