4 lines
115 B
C
4 lines
115 B
C
#define sticky_width 4
|
|
#define sticky_height 4
|
|
static unsigned char sticky_bits[] = {
|
|
0x0f, 0x0d, 0x0b, 0x0f };
|