source: git/src/rotatezoom.xbm @ 76cf7f1

RELEASE/1.2debug-cidebug-ci-sanitiserswalls-datawalls-data-hanging-as-warning
Last change on this file since 76cf7f1 was ecf2d23, checked in by Olly Betts <olly@…>, 18 years ago

aven: Change mouse actions to be compatible with those in Survex 1.0.
The mousewheel now zooms in/out (it doesn't do anything in 1.0) and
left drag is now smart about not rotating and zooming at the same
time.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3194 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 903 bytes
RevLine 
[ecf2d23]1#define rotatezoom_width 32
2#define rotatezoom_height 32
3static unsigned char rotatezoom_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,
6   0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0xf9, 0x07, 0x40, 0x90, 0x12, 0x04,
7   0x40, 0x48, 0x24, 0x04, 0x40, 0x90, 0x12, 0x04, 0x40, 0xe0, 0x0e, 0x04,
8   0x40, 0x01, 0x00, 0x05, 0xc0, 0x06, 0xc0, 0x06, 0x40, 0x18, 0x30, 0x04,
9   0x00, 0x60, 0x0c, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x20, 0x08, 0x00,
10   0x00, 0x3e, 0xf8, 0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x08, 0x20, 0x00,
11   0x00, 0x10, 0x10, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x40, 0x04, 0x00,
12   0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
13   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
14   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
Note: See TracBrowser for help on using the repository browser.