source: git/src/hand.xbm @ a72ed95

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since a72ed95 was 4dc4384, checked in by Olly Betts <olly@…>, 13 years ago

src/gfxcore.cc: Sort out inverted cursor mask on WXMSW.
src/hand.xbm: Invert the dragging hand cursor black vs white so it
better matches the other cursors.

git-svn-id: file:///home/survex-svn/survex/trunk@3833 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 885 bytes
RevLine 
[7098518]1#define hand_width 32
2#define hand_height 32
3static unsigned char hand_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[4dc4384]6   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00,
7   0x00, 0x12, 0x00, 0x00, 0x80, 0x73, 0x00, 0x00, 0x40, 0x92, 0x00, 0x00,
8   0x40, 0x92, 0x00, 0x00, 0x70, 0x92, 0x00, 0x00, 0x48, 0x92, 0x00, 0x00,
9   0x48, 0x92, 0x00, 0x00, 0x48, 0x92, 0x00, 0x00, 0x48, 0x92, 0x06, 0x00,
10   0x48, 0x80, 0x09, 0x00, 0x08, 0x80, 0x08, 0x00, 0x08, 0x80, 0x04, 0x00,
11   0x08, 0x00, 0x02, 0x00, 0x08, 0x00, 0x02, 0x00, 0x08, 0x00, 0x01, 0x00,
12   0x10, 0x00, 0x01, 0x00, 0x10, 0x80, 0x00, 0x00, 0x10, 0x80, 0x00, 0x00,
13   0x20, 0x40, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00,
[7098518]14   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
Note: See TracBrowser for help on using the repository browser.