From 136a12ac98868d82c2ae9fcc80d11044a7ec56d1 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 18 Oct 2013 17:40:40 -0700 Subject: [PATCH] mesa: Remove GLXContextID typedef from glx.h. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes this build error. CC clientattrib.lo In file included from ../../include/GL/glx.h:333, from glxclient.h:45, from clientattrib.c:32: ../../include/GL/glxext.h:275: error: redefinition of typedef ‘GLXContextID’ ../../include/GL/glx.h:171: note: previous declaration of ‘GLXContextID’ was here Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70591 Signed-off-by: Vinson Lee --- include/GL/glx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/GL/glx.h b/include/GL/glx.h index 87c31fd..fa5a8ed 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -168,7 +168,6 @@ typedef XID GLXDrawable; /* GLX 1.3 and later */ typedef struct __GLXFBConfigRec *GLXFBConfig; typedef XID GLXFBConfigID; -typedef XID GLXContextID; typedef XID GLXWindow; typedef XID GLXPbuffer; -- 2.7.4