xserver-multidpi/xkb/ddxPrivate.c

15 lines
204 B
C
Raw Normal View History

2003-11-14 17:48:57 +01:00
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
2003-11-14 17:48:57 +01:00
#include <X11/X.h>
#include "windowstr.h"
#include <xkbsrv.h>
2003-11-14 17:48:57 +01:00
int
XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
2003-11-14 17:48:57 +01:00
{
return 0;
}