aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/Image.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/Image.c b/generic/Image.c
index 0c93cf4..2a2385a 100644
--- a/generic/Image.c
+++ b/generic/Image.c
@@ -336,6 +336,7 @@ ZnGetImage(ZnWInfo *wi,
}
}
}
+
/*
* Create a new instance for this case.
*/
@@ -576,7 +577,8 @@ ZnImagePixmap(ZnImage image)
/*printf("ZnImagePixmap: %s\n", ZnNameOfImage(image));*/
if (this->for_gl) {
- printf("Bogus use of an image, it was created for GL and used in an X11 context\n");
+ fprintf(stderr,
+ "Bogus use of an image, it was created for GL and used in an X11 context\n");
return None;
}