[Libreoffice-commits] core.git: vcl/source

Zolnai Tamás tamas.zolnai at collabora.com
Fri Mar 14 15:34:01 PDT 2014


 vcl/source/opengl/OpenGLContext.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit a14e8c1cd6e288bd73ce444673bdce09e47b443b
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri Mar 14 23:32:49 2014 +0100

    Fix mac build: not define these locals for mac
    
    Change-Id: I9239e00aaed39eaf4e8a3afc79f78557a8708bf5

diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 2482ebf..fbd6e53 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -98,8 +98,7 @@ debug_callback(GLenum source, GLenum type, GLuint id,
 
 #endif
 
-
-#if defined( UNX )
+#if defined UNX && !defined MACOSX
 
 namespace {
 


More information about the Libreoffice-commits mailing list