mirror of
https://github.com/labwc/labwc.git
synced 2025-11-10 13:30:00 -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/8x8.xbm
Normal file
4
tools/xbm/8x8.xbm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#define close_width 8
|
||||
#define close_height 8
|
||||
static unsigned char close_bits[] = {
|
||||
0xFF, 0xC3, 0xA5, 0x99, 0x99, 0xA5, 0xC3, 0xFF };
|
||||
Loading…
Add table
Add a link
Reference in a new issue