/* $XFree86: xc/programs/Xserver/xkb/ddxPrivate.c,v 1.2 2003/04/03 16:20:22 dawes Exp $ */ #ifdef HAVE_DIX_CONFIG_H #include #endif #define NEED_EVENTS #include #include "windowstr.h" #include int XkbDDXPrivate(DeviceIntPtr dev,KeyCode key,XkbAction *act) { return 0; }