diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-08-24 14:15:41 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@198.50.184.117> | 2013-08-24 14:43:14 +0200 |
commit | b7ecc09d93b0e8222194e33829b877d913bc7ce5 (patch) | |
tree | 98ac79a774f293912cef4b79bb83dab74f831b23 /minuitwrp/minui.h | |
parent | Revert "Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()" (diff) | |
download | android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar.gz android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar.bz2 android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar.lz android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar.xz android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.tar.zst android_bootable_recovery-b7ecc09d93b0e8222194e33829b877d913bc7ce5.zip |
Diffstat (limited to '')
-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 66e7f4f47..03e15bb81 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 *screen_width, int *screen_height); +int ev_get(struct input_event *ev, unsigned dont_wait); // Resources |