summaryrefslogtreecommitdiffstats
path: root/utils/minixpm.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:43:39 +0200
committerSimon Rettberg2021-04-07 13:38:37 +0200
commit38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch)
tree9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/minixpm.h
parentMaybe not remove, but ... (diff)
downloadxscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.gz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.xz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.zip
xscreensaver 6.00v28r1openslx
Diffstat (limited to 'utils/minixpm.h')
-rw-r--r--utils/minixpm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/minixpm.h b/utils/minixpm.h
index f027894..8777f36 100644
--- a/utils/minixpm.h
+++ b/utils/minixpm.h
@@ -20,7 +20,8 @@
extern XImage * minixpm_to_ximage (Display *, Visual *, Colormap, int depth,
unsigned long transparent_color,
const char * const * data,
- int *width_ret, int *height_ret,
+ unsigned int *width_ret,
+ unsigned int *height_ret,
unsigned long **pixels_ret,
int *npixels_ret,
unsigned char **mask_ret);