summaryrefslogtreecommitdiffstats
path: root/utils/minixpm.c
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:23:46 +0200
committerSimon Rettberg2021-04-06 14:23:46 +0200
commit26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9 (patch)
treea51e1637554bcd84e63cccb1cb220c898a2c4ee8 /utils/minixpm.c
parent5.44 (diff)
downloadxscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.gz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.xz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.zip
xscreensaver 6.00
Diffstat (limited to 'utils/minixpm.c')
-rw-r--r--utils/minixpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/minixpm.c b/utils/minixpm.c
index 997e628..55f25be 100644
--- a/utils/minixpm.c
+++ b/utils/minixpm.c
@@ -60,7 +60,7 @@ XImage *
minixpm_to_ximage (Display *dpy, Visual *visual, Colormap 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)
{