From a9f400e64a6293c85f745b9689657e6ede4718aa Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Fri, 6 Sep 2013 13:14:34 +0200 Subject: [PATCH] Undef utility macro in header --- src/gl-util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gl-util.h b/src/gl-util.h index 466ec2d..6cec2c0 100644 --- a/src/gl-util.h +++ b/src/gl-util.h @@ -310,6 +310,8 @@ typedef struct GenericBO VBO; /* Index Buffer Object */ typedef struct GenericBO IBO; +#undef DEF_GL_ID + /* Convenience struct wrapping a framebuffer * and a 2D texture as its target */ struct TEXFBO