mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-24 04:28:16 +02:00
17 lines
222 B
C
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_ */
|