aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-09-10 16:53:12 -0700
committerTodd Poynor <toddpoynor@google.com>2013-09-12 12:42:33 -0700
commite7265df3523d27c9f59829c858de256cf063da26 (patch)
treea55c3842e61ef49f749f86a9a4b9b317b1418100 /ui.h
parent1fc89d4c84e512b484d82d971d997bdb0aef40e2 (diff)
downloadbootable_recovery-e7265df3523d27c9f59829c858de256cf063da26.zip
bootable_recovery-e7265df3523d27c9f59829c858de256cf063da26.tar.gz
bootable_recovery-e7265df3523d27c9f59829c858de256cf063da26.tar.bz2
recovery: ui changes for ev_*() switch to epoll
Convert callback events parameter to unsigned int. Change-Id: Ife0e983f307c07bf4aca807d70574aeb20c460cd
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index d85fc65..22f3e5c 100644
--- a/ui.h
+++ b/ui.h
@@ -134,7 +134,7 @@ private:
pthread_t input_t;
static void* input_thread(void* cookie);
- static int input_callback(int fd, short revents, void* data);
+ static int input_callback(int fd, unsigned int epevents, void* data);
void process_key(int key_code, int updown);
bool usb_connected();