source: tags/arb_5.5/lib/pixmaps/mark.bitmap

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 524 bytes
Line 
1#define mark_width 24
2#define mark_height 24
3static char mark_bits[] = {
4   0x00, 0x80, 0x00, 0x00, 0x40, 0x01, 0x00, 0x20, 0x03, 0x00, 0x90, 0x07,
5   0x00, 0xc8, 0x0f, 0x00, 0xe4, 0x0f, 0x00, 0xf2, 0x07, 0x00, 0xf9, 0x03,
6   0x80, 0xfc, 0x01, 0x40, 0xfe, 0x00, 0x20, 0x7f, 0x00, 0x80, 0x3f, 0x00,
7   0x90, 0x1f, 0x00, 0x30, 0x0f, 0x00, 0x70, 0x06, 0x00, 0xf0, 0x00, 0x00,
8   0xf0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x44, 0xe6, 0x24, 0x7c, 0x29, 0x15,
9   0x44, 0x2f, 0x0d, 0x44, 0xe9, 0x0c, 0x44, 0x29, 0x15, 0x44, 0x29, 0x25};
Note: See TracBrowser for help on using the repository browser.