xorg-libx11/src/Key.h
Alan Coopersmith ddb1786720 Purge CVS/RCS id tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-14 17:38:26 -08:00

17 lines
222 B
C

#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_ */