Fixed CTRL-ALT-DEL menu option broken by recent keyboard changes.
This commit is contained in:
parent
66b0b9c926
commit
49f2f34249
3 changed files with 26 additions and 6 deletions
|
|
@ -13,3 +13,4 @@ enum
|
|||
};
|
||||
|
||||
void keyboard_set_scancode_set(int set);
|
||||
void keyboard_send_scancode(int code, int is_break);
|
||||
|
|
|
|||
Loading…
Reference in a new issue