summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-09-17 22:39:10 +0200
committerTodd Poynor <toddpoynor@google.com>2013-09-17 23:58:52 +0200
commita5ef19fabd10428ccff2055455ef1a55dfdc5fa0 (patch)
tree01344df30924781bb0d658a44503fd7997f2b3b4 /ui.h
parentstart healthd in recovery mode (diff)
downloadandroid_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.gz
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.bz2
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.lz
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.xz
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.zst
android_bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.zip
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 22f3e5c53..8cc1da1ba 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, unsigned int epevents, void* data);
+ static int input_callback(int fd, uint32_t epevents, void* data);
void process_key(int key_code, int updown);
bool usb_connected();