summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:59:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:59:38 +0000
commit8df112c04ae3b9912791dbeaf6356126c5a5e3d3 (patch)
tree694159b8f2d8d5f2a351bb34bd1c69480d37741e /vcl/unx/source/gdi
parent4a15da33813e61d55c20d06d7f2480060b4fed7f (diff)
INTEGRATION: CWS nwf (1.9.66); FILE MERGED
2004/04/02 13:02:35 ssa 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/01 13:34:09 pl 1.9.66.1: first step in SalDisplay cleanup
Diffstat (limited to 'vcl/unx/source/gdi')
-rw-r--r--vcl/unx/source/gdi/salogl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/salogl.cxx b/vcl/unx/source/gdi/salogl.cxx
index f938c7be7d16..fe0fcf3e7c31 100644
--- a/vcl/unx/source/gdi/salogl.cxx
+++ b/vcl/unx/source/gdi/salogl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salogl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-03-09 12:15:47 $
+ * last change: $Author: hr $ $Date: 2004-05-10 15:59:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,7 +203,7 @@ bool X11SalOpenGL::IsValid()
GLX_DOUBLEBUFFER, &nDoubleBuffer );
if( nHaveGL && ! nDoubleBuffer )
{
- SalDisplay* pSalDisplay = GetSalData()->GetDefDisp();
+ SalDisplay* pSalDisplay = GetSalData()->GetDisplay();
BOOL bPreviousState =
pSalDisplay->GetXLib()->GetIgnoreXErrors();
pSalDisplay->GetXLib()->SetIgnoreXErrors( TRUE );