source: branches/port5/lib/pixmaps/select.bitmap

Last change on this file was 228, checked in by westram, 24 years ago
  • added select mode to ARB_NT (default mode)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 539 bytes
Line 
1#define select_width 24
2#define select_height 24
3static unsigned char select_bits[] = {
4   0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x7c, 0x00, 0x00, 0xf8, 0x03, 0x00,
5   0xf8, 0x1f, 0x00, 0xf8, 0x7f, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00,
6   0xf0, 0x0f, 0x00, 0xe0, 0x1f, 0x00, 0xe0, 0x3f, 0x00, 0xe0, 0x79, 0x00,
7   0xc0, 0xf1, 0x00, 0xc0, 0xe1, 0x01, 0x80, 0xc1, 0x03, 0x00, 0x80, 0x07,
8   0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0xe0, 0xbd, 0x00, 0x20, 0x84, 0x00,
9   0xe0, 0x9d, 0x00, 0x00, 0x85, 0x00, 0xe0, 0xbd, 0x07, 0x00, 0x00, 0x00};
Note: See TracBrowser for help on using the repository browser.