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.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index 7372f755c5e2..e947737a68ae 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -54,9 +54,10 @@ public:
virtual bool AnyInput( sal_uInt16 nType );
// 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 onAppCmd (struct android_app* app, int32_t cmd);
+ int32_t onInputEvent (struct android_app* app, AInputEvent* event);
+ void RedrawWindows(ANativeWindow *pWindow);
+ SalFrame *getFocusFrame() const;
protected:
virtual void DoReleaseYield( int nTimeoutMS );
struct android_app *mpApp;