diff options
Diffstat (limited to 'src/bitmaps/rtptr.xbm')
| -rw-r--r-- | src/bitmaps/rtptr.xbm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bitmaps/rtptr.xbm b/src/bitmaps/rtptr.xbm index a8a63806d46..4e71cdf9993 100644 --- a/src/bitmaps/rtptr.xbm +++ b/src/bitmaps/rtptr.xbm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #define right_ptr_height 16 | 2 | #define right_ptr_height 16 |
| 3 | #define right_ptr_x_hot 12 | 3 | #define right_ptr_x_hot 12 |
| 4 | #define right_ptr_y_hot 1 | 4 | #define right_ptr_y_hot 1 |
| 5 | static unsigned char right_ptr_bits[] = { | 5 | static char right_ptr_bits[] = { |
| 6 | 0x00, 0x00, 0x00, 0x10, 0x00, 0x18, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x1f, | 6 | '\x00','\x00','\x00','\x10','\x00','\x18','\x00','\x1c','\x00','\x1e','\x00','\x1f', |
| 7 | 0x80, 0x1f, 0xc0, 0x1f, 0xe0, 0x1f, 0x00, 0x1f, 0x00, 0x1b, 0x80, 0x11, | 7 | '\x80','\x1f','\xc0','\x1f','\xe0','\x1f','\x00','\x1f','\x00','\x1b','\x80','\x11', |
| 8 | 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00}; | 8 | '\x80','\x01','\xc0','\x00','\xc0','\x00','\x00','\x00'}; |