diff options
Diffstat (limited to 'minuitwrp/minui.h')
-rw-r--r-- | minuitwrp/minui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minuitwrp/minui.h b/minuitwrp/minui.h index 03e15bb81..66e7f4f47 100644 --- a/minuitwrp/minui.h +++ b/minuitwrp/minui.h @@ -57,7 +57,7 @@ struct input_event; int ev_init(void); void ev_exit(void); -int ev_get(struct input_event *ev, unsigned dont_wait); +int ev_get(struct input_event *ev, unsigned dont_wait, int *screen_width, int *screen_height); // Resources |