1.1 --- a/src/events/blank_cursor.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/src/events/blank_cursor.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -19,13 +19,13 @@
1.4 3. This notice may not be removed or altered from any source distribution.
1.5 */
1.6
1.7 -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1.8 +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1.9 * A default blank 8x8 cursor */
1.10
1.11 -#define BLANK_CWIDTH 8
1.12 -#define BLANK_CHEIGHT 8
1.13 -#define BLANK_CHOTX 0
1.14 -#define BLANK_CHOTY 0
1.15 +#define BLANK_CWIDTH 8
1.16 +#define BLANK_CHEIGHT 8
1.17 +#define BLANK_CHOTX 0
1.18 +#define BLANK_CHOTY 0
1.19
1.20 static const unsigned char blank_cdata[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
1.21 static const unsigned char blank_cmask[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };