aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/Key.h
blob: 3a1639c5cb5ac19c880d3d93aeb7e2de67c65884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#ifndef _KEY_H_
#define _KEY_H_

#include <nx-X11/Xlib.h>
#include <nx-X11/Xresource.h>

#ifndef NEEDKTABLE
extern const unsigned char _XkeyTable[];
#endif

extern int
_XKeyInitialize(
    Display *dpy);

extern XrmDatabase
_XInitKeysymDB(
        void);

#endif /* _KEY_H_ */