summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/unx/inc/saldata.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/vcl/unx/inc/saldata.hxx b/vcl/unx/inc/saldata.hxx
index 00685a8e31e3..08539d0527ea 100644
--- a/vcl/unx/inc/saldata.hxx
+++ b/vcl/unx/inc/saldata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 20:40:31 $
+ * last change: $Author: kz $ $Date: 2007-10-09 15:04:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,12 +79,10 @@ class VCL_DLLPUBLIC X11SalData : public SalData
{
protected:
BOOL bNoExceptions_;
-
SalXLib *pXLib_;
-
SalDisplay *m_pSalDisplay;
-
pthread_t hMainThread_;
+ bool m_bIsTesttool;
public:
X11SalData();
@@ -109,6 +107,7 @@ public:
void StartTimer( ULONG nMS );
inline void StopTimer();
void Timeout() const;
+ bool isTestTool() const { return m_bIsTesttool; }
static int XErrorHdl( Display*, XErrorEvent* );
static int XIOErrorHdl( Display* );