Remove glx.h
authorMatthew Leibowitz <mattleibow@live.com>
Tue, 21 Feb 2017 01:59:24 +0000 (03:59 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Tue, 21 Feb 2017 01:59:24 +0000 (03:59 +0200)
src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp

index 00a2fbd..6e8b2b0 100644 (file)
 #include "gl/GrGLAssembleInterface.h"
 #include "gl/GrGLUtil.h"
 
-#include <GL/glx.h>
 #include <dlfcn.h>
 
+typedef unsigned char GLubyte;
+
 typedef void* (*GLXGetCurrentContextProc)(void);
 typedef GrGLFuncPtr (*GLXGetProcAddressProc)(const GLubyte* name);