source: tags/initial/lib/pixmaps/undo.bitmap

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 298 bytes
Line 
1#define undo_width 32
2#define undo_height 9
3static char undo_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x1e, 0x3c, 0x66, 0x66, 0x36, 0x66,
5   0x66, 0x6e, 0x66, 0x66, 0x66, 0x6e, 0x66, 0x66, 0x66, 0x76, 0x66, 0x66,
6   0x66, 0x76, 0x66, 0x66, 0x66, 0x66, 0x36, 0x66, 0x3c, 0x66, 0x1e, 0x3c};
Note: See TracBrowser for help on using the repository browser.