source:
abuse/trunk/src/imlib/include/bitmap.h
@
32
Last change on this file since 32 was 2, checked in by , 17 years ago | |
---|---|
File size: 283 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #define bitmap_width 16 |
2 | #define bitmap_height 16 | |
3 | static 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.