fix xorg headers file.
This commit is contained in:
parent
7d06f33ff0
commit
6b2b6594cd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ typedef struct xkeyentry_t {
|
||||||
|
|
||||||
static void XKeyEntryAdd(KeySym keysym, KeyCode keycode);
|
static void XKeyEntryAdd(KeySym keysym, KeyCode keycode);
|
||||||
static KeyCode XKeyEntryGet(KeySym keysym);
|
static KeyCode XKeyEntryGet(KeySym keysym);
|
||||||
static KeyCode XKeysymToKeycodeRespectingModifiers(Display *display, KeySym keysym);
|
static KeyCode KbdXKeysymToKeycode(Display *dpy, KeySym keysym);
|
||||||
void XKey(KeySym keysym, int down);
|
void XKey(KeySym keysym, int down);
|
||||||
|
|
||||||
void XGetScreenConfigurations();
|
void XGetScreenConfigurations();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue