search for: empty_bits

Displaying 1 result from an estimated 1 matches for "empty_bits".

2004 Mar 21
0
Working around visible cursor problems
.../bash xsetroot -cursor_name left_ptr The second is hide_cursor.sh: #!/bin/bash xsetroot -cursor ~/.private/cursors/empty.xbm ~/.private/cursors/empty.xbm The third is ~/.private/cursors/empty.xbm: #define empty_width 1 #define empty_height 1 #define empty_x_hot 0 #define empty_y_hot 0 static char empty_bits[] = { 0x00, };