summaryrefslogtreecommitdiffstats
path: root/minuitwrp/minui.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-08-07 17:52:20 +0200
committerDees_Troy <dees_troy@teamw.in>2013-08-11 15:47:26 +0200
commit70e1129612765b14e5aace0155d4683c91cde951 (patch)
tree3a5d1bc65d1f14df23d29ba0c7044dd7b920f05c /minuitwrp/minui.h
parentFix conflict with getline in 4.3 tree (diff)
downloadandroid_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar.gz
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar.bz2
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar.lz
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar.xz
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.tar.zst
android_bootable_recovery-70e1129612765b14e5aace0155d4683c91cde951.zip
Diffstat (limited to '')
-rw-r--r--minuitwrp/minui.h2
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