aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/fb-updates-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/protocol/fb-updates-impl.h')
-rw-r--r--android/protocol/fb-updates-impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/protocol/fb-updates-impl.h b/android/protocol/fb-updates-impl.h
index c4dd2e0..db06244 100644
--- a/android/protocol/fb-updates-impl.h
+++ b/android/protocol/fb-updates-impl.h
@@ -18,7 +18,7 @@
#ifndef _ANDROID_FRAMEBUFFER_UI_H
#define _ANDROID_FRAMEBUFFER_UI_H
-#include "console.h"
+#include "android/looper.h"
#include "android/framebuffer.h"
#include "android/looper.h"
#include "android/async-utils.h"
@@ -35,7 +35,8 @@
*/
int implFb_create(SockAddress* console_socket,
const char* protocol,
- QFrameBuffer* fb);
+ QFrameBuffer* fb,
+ Looper* looper);
/* Disconnects and destroys framebuffer client. */
void implFb_destroy(void);