From bcf25e599d7aa30135bf73e269cd968da77668a2 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Wed, 6 Mar 2013 17:56:42 +0000 Subject: [PATCH] try to avoid conflict with other Display tyepdef's. git-svn-id: http://root.cern.ch/svn/root/trunk@48832 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf3d/gl/inc/TX11GL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graf3d/gl/inc/TX11GL.h b/graf3d/gl/inc/TX11GL.h index a0e32c89bff..5c6ea0cb8ee 100644 --- a/graf3d/gl/inc/TX11GL.h +++ b/graf3d/gl/inc/TX11GL.h @@ -28,7 +28,7 @@ #if !defined(__CLING__) #include <GL/glx.h> #else -struct Display; +typedef struct _XDisplay Display; struct XVisualInfo; #endif -- GitLab