X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..14722c43c30918cd8fbba956b50ac3426d2fe339:/src/gtk/fdiag.xbm?ds=sidebyside diff --git a/src/gtk/fdiag.xbm b/src/gtk/fdiag.xbm index 67d3b4732a..76aa9f28b4 100644 --- a/src/gtk/fdiag.xbm +++ b/src/gtk/fdiag.xbm @@ -1,6 +1,6 @@ #define fdiag_width 16 #define fdiag_height 16 -static char fdiag_bits[] = { +static unsigned char fdiag_bits[] = { 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, 0x80, 0x80, 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, 0x80, 0x80};