xenocara/xserver/xkb/ddxPrivate.c

15 lines
204 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h>
#include "windowstr.h"
2007-11-24 10:55:21 -07:00
#include <xkbsrv.h>
2006-11-26 11:13:41 -07:00
int
XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
2006-11-26 11:13:41 -07:00
{
return 0;
}