mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 08:20:28 +01:00
add DDXRingBell() stub to solve link problem
This commit is contained in:
parent
a240c039c4
commit
23974f20bf
1 changed files with 6 additions and 0 deletions
|
|
@ -89,6 +89,12 @@ InitOutput(
|
|||
|
||||
}
|
||||
|
||||
void
|
||||
DDXRingBell(int volume, int pitch, int duration)
|
||||
{
|
||||
/* dummy func; link fails without */
|
||||
}
|
||||
|
||||
static void
|
||||
BellProc(
|
||||
int volume,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue