source: abuse/branches/pd/macabuse/imlib/include/bitmap.h @ 483

Last change on this file since 483 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
File size: 283 bytes
Line 
1#define bitmap_width 16
2#define bitmap_height 16
3static char bitmap_bits[] = {
4   0x40, 0x00, 0x40, 0x00, 0x60, 0x18, 0x22, 0x7e, 0x34, 0xff, 0x18, 0xff,
5   0x0c, 0xff, 0x16, 0x7e, 0x23, 0x18, 0x00, 0x00, 0x24, 0xfa, 0x6a, 0x22,
6   0xa9, 0x22, 0xaf, 0x22, 0x29, 0x23, 0x29, 0xfb};
7
8
Note: See TracBrowser for help on using the repository browser.