diff src/offix.c @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents acd284d43ca1
children 12579d965149
line wrap: on
line diff
--- a/src/offix.c	Mon Aug 13 10:05:01 2007 +0200
+++ b/src/offix.c	Mon Aug 13 10:05:51 2007 +0200
@@ -56,7 +56,7 @@
 typedef struct
 {	
   int	Width,Height;
-  char	*ImageData,*MaskData;
+  unsigned char	*ImageData,*MaskData;
   int	HotSpotX,HotSpotY;
   Pixmap	ImagePixmap,MaskPixmap;
   Cursor	CursorID;