From 802153469d8763ed0dfe58590cee91aac1c49246 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 30 Nov 2010 17:25:16 -0500 Subject: Test for GLX usability. --- tests/libdimension/tests.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tests/libdimension/tests.h') diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h index 995a063..294670d 100644 --- a/tests/libdimension/tests.h +++ b/tests/libdimension/tests.h @@ -21,8 +21,6 @@ #define TESTS_H #include "dimension.h" -#include -#include #include #include @@ -35,14 +33,7 @@ extern "C" { * Windowing */ -typedef struct { - Display *dpy; - Window win; - Colormap cmap; - GLXContext cx; - XEvent event; - XVisualInfo *vi; -} dmnsn_display; +typedef struct dmnsn_display dmnsn_display; dmnsn_display *dmnsn_new_display(const dmnsn_canvas *canvas); void dmnsn_delete_display(dmnsn_display *display); -- cgit v1.2.3