oops :) fixed :)

SVN revision: 1571
This commit is contained in:
Carsten Haitzler 1999-12-10 12:34:11 +00:00
parent dcd91db207
commit 7b324a85ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;