From 6e43b81bdbd2b2dc87b52219df0699b75e8a6c27 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 20 Oct 2009 21:31:28 +0000 Subject: More memory handling improvements. --- tests/libdimension/tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libdimension/tests.h') diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h index 19111c8..3569bbe 100644 --- a/tests/libdimension/tests.h +++ b/tests/libdimension/tests.h @@ -48,6 +48,7 @@ typedef struct { Colormap cmap; GLXContext cx; XEvent event; + XVisualInfo *vi; } dmnsn_display; dmnsn_display *dmnsn_new_display(const dmnsn_canvas *canvas); -- cgit v1.2.3