mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 21:00:03 +01:00
11 lines
147 B
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)
|
||
|
|
{
|
||
|
|
}
|