search for: empty_height

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

2004 Mar 21
0
Working around visible cursor problems
...a couple of minutes. Three files: The first is show_cursor.sh: #!/bin/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, };