Files
xserver/xkb/ddxPrivate.c
Enrico Weigelt, metux IT consult 1569dc97ec (!1799) xkb: unexport DDX entry points
These functions are entry points of the DDX (or stubs thereof), not supposed
to be called by any drivers, so no need to keep them exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-02 17:35:13 +01:00

15 lines
183 B
C

#include <dix-config.h>
#include <X11/X.h>
#include "xkb/xkbsrv_priv.h"
#include "windowstr.h"
int
XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
{
return 0;
}