source:
trunk/third/x3270/diamond.bm
@
9081
Revision 9081, 218 bytes checked in by ghudson, 28 years ago (diff) |
---|
Line | |
---|---|
1 | #define diamond_width 10 |
2 | #define diamond_height 10 |
3 | static unsigned char diamond_bits[] = { |
4 | 0x00, 0x00, 0x10, 0x00, 0x68, 0x00, 0xf4, 0x00, 0xfa, 0x01, 0xfd, 0x03, |
5 | 0xfa, 0x01, 0xf4, 0x00, 0x68, 0x00, 0x10, 0x00}; |
Note: See TracBrowser
for help on using the repository browser.