0fe89ba3792e2d9dde736de078a5d4b795a1ccf5
[platform/upstream/libX11.git] / src / Key.h
1
2 #ifndef _KEY_H_
3 #define _KEY_H_
4
5 #ifndef NEEDKTABLE
6 extern const unsigned char _XkeyTable[];
7 #endif
8
9 extern int
10 _XKeyInitialize(
11     Display *dpy);
12
13 extern XrmDatabase
14 _XInitKeysymDB(
15         void);
16
17 #endif /* _KEY_H_ */