diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-12-15 18:13:11 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-21 22:54:36 +0200 |
commit | 4d258787559426e1e2a0279888eb669622889899 (patch) | |
tree | 7e9e3f31684865e750b9e28d2a40f7aa545a123e /vcl/inc/android | |
parent | 52a8744afee2cd589813f0377d93f821fce7aedd (diff) |
android: finally starting and rendering at least something again.
Only renders on very-first-start after install (oddly).
We initialize vcl in it's own thread to avoid problems.
Thanks to tml for fixing a linking issue.
Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
Diffstat (limited to 'vcl/inc/android')
-rw-r--r-- | vcl/inc/android/androidinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx index addec800070a..74acc8067e2f 100644 --- a/vcl/inc/android/androidinst.hxx +++ b/vcl/inc/android/androidinst.hxx @@ -62,7 +62,7 @@ public: // incoming android event handlers: void onAppCmd (struct android_app* app, int32_t cmd); int32_t onInputEvent (struct android_app* app, AInputEvent* event); - void RedrawWindows(ANativeWindow *pWindow); + void RedrawWindows(ANativeWindow *pWindow, ANativeWindow_Buffer *pBuffer = NULL); SalFrame *getFocusFrame() const; void damaged(AndroidSalFrame *frame, const Rectangle &rRect); |