sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
10
xserver/hw/xfree86/os-support/stub/stub_bell.c
Normal file
10
xserver/hw/xfree86/os-support/stub/stub_bell.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifdef HAVE_XORG_CONFIG_H
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#include "xf86_OSlib.h"
|
||||
|
||||
void
|
||||
xf86OSRingBell(int loudness, int pitch, int duration)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue