From 6a1d8af05a6c7e7dce3a5d06481e7aa222de1aab Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Fri, 18 Jan 2002 09:03:32 +0000 Subject: #96686# check if mouse already captured in sawfish workaround --- vcl/unx/inc/saldisp.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vcl/unx/inc/saldisp.hxx') 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; } -- cgit