* Prevent accidental touches on wakeup (DPMS needed) * fixup * This is a very old workaround to blank the cursor for the entire X * Separate cursor change into a procedure * Check for DPMS FAIL state first
7 lines
164 B
C
7 lines
164 B
C
#define emptyCursor_width 1
|
|
#define emptyCursor_height 1
|
|
#define emptyCursor_x_hot 0
|
|
#define emptyCursor_y_hot 0
|
|
static unsigned char emptyCursor_bits[] = {
|
|
0x00};
|