mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 20:54:57 +02:00
9 lines
352 B
Plaintext
Executable File
9 lines
352 B
Plaintext
Executable File
#define opendotMask_width 16
|
|
#define opendotMask_height 16
|
|
#define opendotMask_x_hot 7
|
|
#define opendotMask_y_hot 7
|
|
static char opendotMask_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xf0, 0x07,
|
|
0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xe0, 0x03, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|