aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/os-support/stub/stub_bell.c
blob: 48625928fde5e2ab63be80a82c5c6f5e089bd85c (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif

#include "xf86_OSlib.h"

void
xf86OSRingBell(int loudness, int pitch, int duration)
{
}