Overview
Comment: | Add keyicons/1.xbm |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7597620f970f0f2ea93acd2794ccdf39 |
User & Date: | user on 2021-01-11 07:09:52 |
Other Links: | manifest | tags |
Context
2021-01-14
| ||
05:15 | More implementation of picture editor (still incomplete) check-in: 1a77804796 user: user tags: trunk | |
2021-01-11
| ||
07:09 | Add keyicons/1.xbm check-in: 7597620f97 user: user tags: trunk | |
06:22 | Start to implement the picture editor check-in: 6e1b1bf6d3 user: user tags: trunk | |
Changes
Added keyicons/1.xbm version [e25eb549e8].
> > > > > > | 1 2 3 4 5 6 | #define X_width 16 #define X_height 16 static unsigned char X_bits[] = { 0x55, 0x55, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0xaa, 0xaa}; |