mesa: Remove GLXContextID typedef from glx.h.
authorVinson Lee <vlee@freedesktop.org>
Sat, 19 Oct 2013 00:40:40 +0000 (17:40 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 19 Oct 2013 01:08:31 +0000 (18:08 -0700)
commit136a12ac98868d82c2ae9fcc80d11044a7ec56d1
treeced79ac9d41eb38a7584234ae5912eb3481fabcf
parentbf7b4250836618276c22ca3bbdaed3ace76446c9
mesa: Remove GLXContextID typedef from glx.h.

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 <vlee@freedesktop.org>
include/GL/glx.h