mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
5 lines
134 B
C
5 lines
134 B
C
|
|
#define close_width 8
|
||
|
|
#define close_height 8
|
||
|
|
static unsigned char close_bits[] = {
|
||
|
|
0xFF, 0xC3, 0xA5, 0x99, 0x99, 0xA5, 0xC3, 0xFF };
|