We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2a5c commit 1f6749aCopy full SHA for 1f6749a
src/linux/keypress.c
@@ -5,7 +5,7 @@
5
#include <ctype.h> /* For isupper() */
6
7
#include <X11/extensions/XTest.h>
8
-#include "xdisplay.h"
+#include "../xdisplay.h"
9
10
#define X_KEY_EVENT(display, key, is_press) \
11
(XTestFakeKeyEvent(display, \
0 commit comments