From b749d0c61b0d33324b4f2f0a127f7a2571d9082f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 8 Jul 2009 17:51:10 +0000 Subject: Don't animate in GL tests - turns out it's hellishly slow on slower computers. --- tests/tests.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 88aa3f1..bedc215 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -23,6 +23,7 @@ #include "../libdimension/dimension.h" #include #include +#include #include #ifdef __cplusplus @@ -53,7 +54,7 @@ dmnsn_display *dmnsn_new_display(const dmnsn_canvas *canvas); void dmnsn_delete_display(dmnsn_display *display); /* Flush the GL buffers */ -void dmnsn_display_frame(dmnsn_display *display); +void dmnsn_display_flush(dmnsn_display *display); /* * Asynchronicity -- cgit v1.2.3