mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00: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…
Reference in a new issue