mirror of
https://github.com/labwc/labwc.git
synced 2025-11-11 13:30:04 -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
4
tools/xbm/5x5.xbm
Normal file
4
tools/xbm/5x5.xbm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#define max_width 5
|
||||
#define max_height 5
|
||||
static unsigned char max_bits[] = {
|
||||
0x1F, 0x1B, 0x15, 0x1B, 0x1F };
|
||||
Loading…
Add table
Add a link
Reference in a new issue