From 8cfd420ed4b472ca5cb213537bffc041750aad6d Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Sun, 27 Dec 2009 22:55:10 +0000 Subject: [PATCH] [GB.OPENGL] * BUG: Add interface version in gb.gl.h. git-svn-id: svn://localhost/gambas/trunk@2523 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.opengl/src/gb.gl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gb.opengl/src/gb.gl.h b/gb.opengl/src/gb.gl.h index 64841f25c..b055029c5 100644 --- a/gb.opengl/src/gb.gl.h +++ b/gb.opengl/src/gb.gl.h @@ -25,6 +25,8 @@ #include "gambas.h" +#define GL_INTERFACE_VERSION 1 + typedef struct { intptr_t version;