xenocara/xserver/xkb/ddxPrivate.c

16 lines
222 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#define NEED_EVENTS
#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)
{
return 0;
}