summaryrefslogtreecommitdiff
path: root/src/boring_parts.h
diff options
context:
space:
mode:
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();