mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
This function is only internal to xfree86 DDX, not used by any drivers, thus no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1456>
11 lines
152 B
C
11 lines
152 B
C
#ifdef HAVE_XORG_CONFIG_H
|
|
#include <xorg-config.h>
|
|
#endif
|
|
|
|
#include "xf86_os_support.h"
|
|
|
|
void
|
|
xf86OSRingBell(int loudness, int pitch, int duration)
|
|
{
|
|
}
|