fix a Windows initializer
This commit is contained in:
@@ -304,7 +304,7 @@ struct keyboard_handling_t {
|
|||||||
int (*pCheckInput)(HANDLE, INPUT_RECORD *, DWORD *, boolean,
|
int (*pCheckInput)(HANDLE, INPUT_RECORD *, DWORD *, boolean,
|
||||||
int, int *, coord *);
|
int, int *, coord *);
|
||||||
} keyboard_handling = {
|
} keyboard_handling = {
|
||||||
no_keyhandling,
|
"none",
|
||||||
default_processkeystroke,
|
default_processkeystroke,
|
||||||
default_kbhit,
|
default_kbhit,
|
||||||
default_checkinput
|
default_checkinput
|
||||||
|
|||||||
Reference in New Issue
Block a user