source:
trunk/third/x3270/arrow.bm
@
9081
Revision 9081, 212 bytes checked in by ghudson, 28 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[9080] | 1 | #define arrow_width 10 |
2 | #define arrow_height 10 | |
3 | static unsigned char arrow_bits[] = { | |
4 | 0x00, 0x00, 0x02, 0x00, 0x0d, 0x00, 0x3e, 0x00, 0xfd, 0x00, 0xfe, 0x01, | |
5 | 0xfd, 0x00, 0x3e, 0x00, 0x0d, 0x00, 0x02, 0x00}; |
Note: See TracBrowser
for help on using the repository browser.