mirror of
https://github.com/labwc/labwc.git
synced 2025-11-10 13:30:00 -05:00
4 lines
134 B
C
4 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 };
|