]> granicus.if.org Git - xconq/blobdiff - bitmaps/hexcurs.b
commits for 7.5.0 pre-release tarball
[xconq] / bitmaps / hexcurs.b
index 8a0f00a5b96b85bdded21759d74719f9eb238fc7..f91b8f6504904e695dc080feb8dcdccfaab0ceaf 100644 (file)
@@ -2,7 +2,7 @@
 #define hexcursor_height 16
 #define hexcursor_x_hot 7
 #define hexcursor_y_hot 7
-static char hexcursor_bits[] = {
+static BMAP_BYTE hexcursor_bits[] = {
    0x00, 0x00, 0x80, 0x01, 0xe0, 0x07, 0x78, 0x1e, 0x1c, 0x38, 0x0c, 0x30,
    0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x1c, 0x38,
    0x78, 0x1e, 0xe0, 0x07, 0x80, 0x01, 0x00, 0x00};