summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-03 18:49:59 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-03 18:51:24 +0100
commit29aa585b2ee2af0680eb39749d1797f52e190a3a (patch)
treeb10354db46f7582157d254568a6caed64e9400b3 /vcl/inc/headless
parent1b48979a27f280a87087ee99e012285050522b95 (diff)
android: get the focus window from SvpSalFrame
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r--vcl/inc/headless/svpframe.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx
index fc923af5a203..8c30e23d439f 100644
--- a/vcl/inc/headless/svpframe.hxx
+++ b/vcl/inc/headless/svpframe.hxx
@@ -127,6 +127,9 @@ public:
virtual void SetScreenNumber( unsigned int nScreen ) { (void)nScreen; }
virtual void SetApplicationID(const rtl::OUString &rApplicationID) { (void) rApplicationID; }
bool IsVisible() { return m_bVisible; }
+
+ static SvpSalFrame* GetFocusFrame() { return s_pFocusFrame; }
+
};
#endif // _SVP_SVPFRAME_HXX