mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
add DDXRingBell() stub to solve link problem
This commit is contained in:
@@ -89,6 +89,12 @@ InitOutput(
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
DDXRingBell(int volume, int pitch, int duration)
|
||||
{
|
||||
/* dummy func; link fails without */
|
||||
}
|
||||
|
||||
static void
|
||||
BellProc(
|
||||
int volume,
|
||||
|
||||
Reference in New Issue
Block a user