mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04: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 };
|