mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Fixed CI build
This commit is contained in:
parent
3278758575
commit
16e0808dbd
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#if defined(IS_WINDOWS)
|
||||
/* Send win32 key event for given key. */
|
||||
void win32KeyEvent(int key, MMKeyFlags flags);
|
||||
void win32KeyEvent(int key, MMKeyFlags flags, int32_t pid);
|
||||
#endif
|
||||
|
||||
#endif /* KEYPRESS_H */
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ void toggleUnicode(UniChar ch, const bool down, int32_t pid) {
|
|||
#endif
|
||||
|
||||
#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) {
|
||||
Display *dpy = XOpenDisplay(NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue