xorg-libx11/src/Key.h
2004-04-23 18:42:09 +00:00

18 lines
238 B
C

/* $XFree86$ */
#ifndef _KEY_H_
#define _KEY_H_
#ifndef NEEDKTABLE
extern const unsigned char _XkeyTable[];
#endif
extern int
_XKeyInitialize(
Display *dpy);
extern XrmDatabase
_XInitKeysymDB(
void);
#endif /* _KEY_H_ */