summaryrefslogtreecommitdiff
path: root/src/glut/directfb/internal.h
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@users.sourceforge.net>2006-12-01 14:12:05 +0000
committerClaudio Ciccani <klan@users.sourceforge.net>2006-12-01 14:12:05 +0000
commit73fdecca9fdd9e63aa5e57bcd67911fbb761d318 (patch)
tree1405577ce7b5412eeeca70c118db9ac831e57aec /src/glut/directfb/internal.h
parent682393944c72ecfabe8df674af0b48975e90b98c (diff)
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
Diffstat (limited to 'src/glut/directfb/internal.h')
-rw-r--r--src/glut/directfb/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/directfb/internal.h b/src/glut/directfb/internal.h
index 2e986c9f28..bc3e20e93e 100644
--- a/src/glut/directfb/internal.h
+++ b/src/glut/directfb/internal.h
@@ -26,8 +26,9 @@
#include <directfb.h>
#include <directfb_version.h>
+#include <directfbgl.h>
+
#include "GL/glut.h"
-#include "GL/directfbgl.h"
#define VERSION_CODE( M, m, r ) (((M) << 16) | ((m) << 8) | ((r)))