aboutsummaryrefslogtreecommitdiff
path: root/opengl/system/pdp_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/system/pdp_opengl.c')
-rw-r--r--opengl/system/pdp_opengl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/system/pdp_opengl.c b/opengl/system/pdp_opengl.c
index 541af75..c8ede29 100644
--- a/opengl/system/pdp_opengl.c
+++ b/opengl/system/pdp_opengl.c
@@ -56,6 +56,7 @@ static void pdp_control_thread(void *x, t_symbol *s, int argc, t_atom *argv)
}
+
/* kernel setup */
void pdp_opengl_system_setup(void)
{
@@ -68,6 +69,7 @@ void pdp_opengl_system_setup(void)
/* add pdp_control method for thread */
pdp_control_addmethod((t_method)pdp_control_thread, gensym("3dthread"));
+
}
t_pdp_procqueue* pdp_opengl_get_queue(void){return (&_3dp_queue);}