source: abuse/trunk/src/imlib/include/bitmap.h @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
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.