From 70e1129612765b14e5aace0155d4683c91cde951 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 7 Aug 2013 15:52:20 +0000 Subject: Fix touch not working due to gr_fb_width returning 0 in some cases Change-Id: Id5ce607a181110118ebc647fc07d387a7a3dc660 --- minuitwrp/minui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minuitwrp/minui.h') 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 -- cgit v1.2.3