xenocara/xserver/hw/xfree86/os-support/stub/stub_bell.c

11 lines
147 B
C

#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86_OSlib.h"
void
xf86OSRingBell(int loudness, int pitch, int duration)
{
}