mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-09 10:03:55 +00:00
Fixed CI build
This commit is contained in:
parent
3278758575
commit
16e0808dbd
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#if defined(IS_WINDOWS)
|
#if defined(IS_WINDOWS)
|
||||||
/* Send win32 key event for given key. */
|
/* Send win32 key event for given key. */
|
||||||
void win32KeyEvent(int key, MMKeyFlags flags);
|
void win32KeyEvent(int key, MMKeyFlags flags, int32_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* KEYPRESS_H */
|
#endif /* KEYPRESS_H */
|
||||||
|
@ -258,7 +258,7 @@ void toggleUnicode(UniChar ch, const bool down, int32_t pid) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(USE_X11)
|
#if defined(USE_X11)
|
||||||
#define toggleUniKey(c, down) toggleKey(c, down, MOD_NONE)
|
#define toggleUniKey(c, down) toggleKey(c, down, MOD_NONE, 0)
|
||||||
|
|
||||||
int input_utf(const char *utf) {
|
int input_utf(const char *utf) {
|
||||||
Display *dpy = XOpenDisplay(NULL);
|
Display *dpy = XOpenDisplay(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user