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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/boring_parts.h b/src/boring_parts.h
index 54fd7b3..b4cd58d 100644
--- a/src/boring_parts.h
+++ b/src/boring_parts.h
@@ -2,18 +2,18 @@
#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 <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 <GL/glu.h>
//#include <CL/cl_gl.h>
int initLibs();
#ifdef HAS_OPENCL
#include <CL/opencl.h>
-int initOpenCL();
+int initOpenCL(intptr_t gl_display, intptr_t gl_context, intptr_t gl_vbo);
#else
// Quick and dirty cl_float4 replacement
typedef union {