mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Add src/theme/xbm/tokenize.c
This commit is contained in:
parent
16e879cb16
commit
d80a7b518f
8 changed files with 208 additions and 0 deletions
5
tools/xbm/9x9.xbm
Normal file
5
tools/xbm/9x9.xbm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#define x9_width 9
|
||||
#define x9_height 9
|
||||
static unsigned char x9_bits[] = {
|
||||
0xFF, 0x01, 0x83, 0x01, 0x45, 0x01, 0x29, 0x01, 0x11, 0x01, 0x29, 0x01,
|
||||
0x45, 0x01, 0x83, 0x01, 0xFF, 0x01 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue