Imported Upstream version 1.15.1
[deb_xorg-server.git] / xkb / ddxPrivate.c
1
2 #ifdef HAVE_DIX_CONFIG_H
3 #include <dix-config.h>
4 #endif
5
6 #include <X11/X.h>
7 #include "windowstr.h"
8 #include <xkbsrv.h>
9
10 int
11 XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
12 {
13 return 0;
14 }