From 7b324a85ee921896f9097b2391b756ce037e9fba Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 10 Dec 1999 12:34:11 +0000 Subject: [PATCH] oops :) fixed :) SVN revision: 1571 --- src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.c b/src/api.c index 8033f2b..4c387db 100644 --- a/src/api.c +++ b/src/api.c @@ -56,7 +56,7 @@ typedef void (*Imlib_Internal_Data_Destructor_Function)(void *, void *); /* context - all operations use this context for their state */ static Display *ctxt_display = NULL; static Visual *ctxt_visual = NULL; -static Colormap *ctxt_colormap = 0; +static Colormap ctxt_colormap = 0; static int ctxt_depth = 0; static Drawable ctxt_drawable = 0; static char ctxt_anti_alias = 1;