X-Git-Url: https://git.ao2.it/xicursorset.git/blobdiff_plain/e295469f16223c351d0048827f86ffdf482f4e8f..b2cd5ca396538aaefeddb4c33a96e984983aaa6a:/xicursorset.c diff --git a/xicursorset.c b/xicursorset.c index 7c18c0f..d45ec5e 100644 --- a/xicursorset.c +++ b/xicursorset.c @@ -82,7 +82,7 @@ int main(int argc, char *argv[]) } } - image = XcursorShapeLoadImage(shape, theme, size); + image = XcursorShapeLoadImage((unsigned int)shape, theme, size); if (image == NULL) { fprintf(stderr, "Can't get cursor image, check or .\n"); return EXIT_FAILURE;