summaryrefslogtreecommitdiff
path: root/vcl/inc/android
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-26 14:36:25 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-26 14:37:42 +0000
commit0c2de3df0982b0c77987c640a9af38d310325a55 (patch)
tree411ba0f676d52be8fe0dbe0084138021f27426b5 /vcl/inc/android
parent052fe1a7700e834d9363be6da88d3fea71e879c3 (diff)
android: get at least something onto the screen
Diffstat (limited to 'vcl/inc/android')
-rw-r--r--vcl/inc/android/androidinst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index e39f1478c4bc..8efb96383faa 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -37,7 +37,6 @@
class AndroidSalInstance : public SvpSalInstance
{
- void RedrawWindows(ANativeWindow *pWindow);
void BlitFrameToWindow(ANativeWindow *pWindow,
const basebmp::BitmapDeviceSharedPtr& aDev);
public:
@@ -54,6 +53,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);
protected:
virtual void DoReleaseYield( int nTimeoutMS );
struct android_app *mpApp;