From a662129a86855e082d8515d318c6a19ef54b4e13 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 13 Jan 2013 14:58:25 +0000 Subject: Debut d'integration OpenCL / GL mais il manque une lib a linker... quelque part dans /opt/AMDAPP ??? git-svn-id: file:///var/svn/2013-gpudataviz/trunk@6 371a6b4a-a258-45f8-9dcc-bdd82ce0ac9d --- src/boring_parts.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/boring_parts.h') diff --git a/src/boring_parts.h b/src/boring_parts.h index 4060f67..54fd7b3 100644 --- a/src/boring_parts.h +++ b/src/boring_parts.h @@ -1,6 +1,13 @@ #include -// TODO : only need OpenGL things, not GTK ones for now -#include "gtk_includes.h" + +#include /* Must included before X11/Xlib.h */ +//#include /* Seems included by GL/glxew.h */ +#include /* For GLXContext, must appear before gl.h, includes X11/Xlib.h */ +#include /* Includes a GL/gl.h (the right one ??) */ + +//#include +//#include +//#include int initLibs(); -- cgit v1.2.3