wok-next annotate magicpoint/stuff/patches/05_rakugaki_cursor.diff @ rev 20704

weechat: update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 25 17:29:33 2018 +0300 (2018-05-25)
parents
children
rev   line source
al@19793 1 Index: kit/mgp.c
al@19793 2 ===================================================================
al@19793 3 --- kit.orig/mgp.c 2009-02-22 11:29:35.000000000 -0500
al@19793 4 +++ kit/mgp.c 2009-02-22 11:31:10.000000000 -0500
al@19793 5 @@ -64,7 +64,7 @@
al@19793 6 "red", "green", "blue", "yellow", "black", "white",
al@19793 7 };
al@19793 8 static char *rakugaki_backcolors[] = {
al@19793 9 - "black", "black", "black", "black", "gray", "gray",
al@19793 10 + "red", "green", "blue", "yellow", "black", "white",
al@19793 11 };
al@19793 12 static int demointerval = 0; /* XXX define option for this */
al@19793 13
al@19793 14 @@ -783,7 +783,7 @@
al@19793 15 state.width = window_width;
al@19793 16 state.height = window_height;
al@19793 17 if (!pen_curs) {
al@19793 18 - pen_curs = XCreateFontCursor(display, XC_pencil);
al@19793 19 + pen_curs = XCreateFontCursor(display, XC_dot);
al@19793 20 rakugaki_updatecolor(pen_curs);
al@19793 21 }
al@19793 22 state_goto(&state, start_page, 0);