summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/saldisp.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-01-18 09:03:32 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-01-18 09:03:32 +0000
commit6a1d8af05a6c7e7dce3a5d06481e7aa222de1aab (patch)
treecf472ff231e96ee9fb6022e331468004e7847c5d /vcl/unx/inc/saldisp.hxx
parent29a51aa6baaedcd67d656dd5aaefc5902327c021 (diff)
#96686# check if mouse already captured in sawfish workaround
Diffstat (limited to 'vcl/unx/inc/saldisp.hxx')
-rw-r--r--vcl/unx/inc/saldisp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/saldisp.hxx b/vcl/unx/inc/saldisp.hxx
index ffe653102ef6..2e15a1fb8b2a 100644
--- a/vcl/unx/inc/saldisp.hxx
+++ b/vcl/unx/inc/saldisp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldisp.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: cp $ $Date: 2001-12-07 11:46:19 $
+ * last change: $Author: pl $ $Date: 2002-01-18 10:03:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -475,6 +475,8 @@ public:
BOOL MouseCaptured( const SalFrameData *pFrameData ) const
{ return pCapture_ == pFrameData; }
+ SalFrameData* GetCaptureFrame() const
+ { return pCapture_; }
SalXLib* GetXLib() { return pXLib_; }
SalI18N_InputMethod* GetInputMethod() { return mpInputMethod; }