summaryrefslogtreecommitdiff
path: root/src/boring_parts.h
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2013-01-13 14:58:25 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2013-01-13 14:58:25 +0000
commita662129a86855e082d8515d318c6a19ef54b4e13 (patch)
tree062b4e9e2656d58e150bf15e29ac9b93b098cd3a /src/boring_parts.h
parent34d2404010821f92296b15eb9dca6f8fd1bcafdf (diff)
download2013-gpudataviz-a662129a86855e082d8515d318c6a19ef54b4e13.tar.gz
2013-gpudataviz-a662129a86855e082d8515d318c6a19ef54b4e13.tar.bz2
2013-gpudataviz-a662129a86855e082d8515d318c6a19ef54b4e13.zip
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
Diffstat (limited to 'src/boring_parts.h')
-rw-r--r--src/boring_parts.h11
1 files changed, 9 insertions, 2 deletions
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 <iostream>
-// TODO : only need OpenGL things, not GTK ones for now
-#include "gtk_includes.h"
+
+#include <gtkmm.h> /* Must included before X11/Xlib.h */
+//#include <GL/glew.h> /* Seems included by GL/glxew.h */
+#include <GL/glxew.h> /* For GLXContext, must appear before gl.h, includes X11/Xlib.h */
+#include <gtkglmm.h> /* Includes a GL/gl.h (the right one ??) */
+
+//#include <GL/gl.h>
+//#include <GL/glu.h>
+//#include <CL/cl_gl.h>
int initLibs();