summaryrefslogtreecommitdiff
path: root/vcl/inc/android/androidinst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/android/androidinst.hxx')
-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;