diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 11:09:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 11:09:59 +0000 |
commit | 4d73912c9a1e255bf66be1d9ddd6be335f8948ba (patch) | |
tree | fb0aaf7f5ddd75c9dd01cf39242adf504aa6a934 | |
parent | 2791ec83bd9a72c38aa66eb299535c6c3bd2d3de (diff) |
INTEGRATION: CWS vcl30 (1.2.256); FILE MERGED
2004/11/02 13:23:09 pl 1.2.256.1: #i35773# do not unload GL lib before XCloseDisplay
-rw-r--r-- | vcl/unx/inc/salogl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/salogl.h b/vcl/unx/inc/salogl.h index 749cabeb78fd..e4b6c842b77b 100644 --- a/vcl/unx/inc/salogl.h +++ b/vcl/unx/inc/salogl.h @@ -2,9 +2,9 @@ * * $RCSfile: salogl.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2003-11-18 14:38:28 $ + * last change: $Author: obo $ $Date: 2004-11-15 12:09:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,6 @@ private: static BOOL mbHaveGLVisual; static BOOL ImplInit(); - static void ImplFreeLib(); static GLXContext (*pCreateContext)( Display *, XVisualInfo *, GLXContext, Bool ); static void (*pDestroyContext)( Display *, GLXContext ); @@ -119,6 +118,7 @@ public: ~X11SalOpenGL(); static void Release(); + static void ReleaseLib(); static void MakeVisualWeights( Display *pDisplay, XVisualInfo* pInfos, |