Fixed CI build

This commit is contained in:
vcaesar 2022-02-17 12:21:27 -08:00
parent 3278758575
commit 16e0808dbd
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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);