mirror of
https://github.com/ziglang/zig.git
synced 2025-12-18 12:13:20 +00:00
fix SimpleTextInputProtocol
This commit is contained in:
parent
3750cc06fd
commit
00301bbdd3
@ -11,7 +11,7 @@ const Status = uefi.Status;
|
|||||||
|
|
||||||
/// Character input devices, e.g. Keyboard
|
/// Character input devices, e.g. Keyboard
|
||||||
pub const SimpleTextInputProtocol = extern struct {
|
pub const SimpleTextInputProtocol = extern struct {
|
||||||
_reset: fn (*const SimpleTextInputProtocol, bool) callconv(.C) usize,
|
_reset: fn (*const SimpleTextInputProtocol, bool) callconv(.C) Status,
|
||||||
_read_key_stroke: fn (*const SimpleTextInputProtocol, *InputKey) callconv(.C) Status,
|
_read_key_stroke: fn (*const SimpleTextInputProtocol, *InputKey) callconv(.C) Status,
|
||||||
wait_for_key: Event,
|
wait_for_key: Event,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user