wok-next view magicpoint/stuff/patches/05_rakugaki_cursor.diff @ rev 20105

feh: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 13:59:00 2017 +0100 (2017-10-29)
parents
children
line source
1 Index: kit/mgp.c
2 ===================================================================
3 --- kit.orig/mgp.c 2009-02-22 11:29:35.000000000 -0500
4 +++ kit/mgp.c 2009-02-22 11:31:10.000000000 -0500
5 @@ -64,7 +64,7 @@
6 "red", "green", "blue", "yellow", "black", "white",
7 };
8 static char *rakugaki_backcolors[] = {
9 - "black", "black", "black", "black", "gray", "gray",
10 + "red", "green", "blue", "yellow", "black", "white",
11 };
12 static int demointerval = 0; /* XXX define option for this */
14 @@ -783,7 +783,7 @@
15 state.width = window_width;
16 state.height = window_height;
17 if (!pen_curs) {
18 - pen_curs = XCreateFontCursor(display, XC_pencil);
19 + pen_curs = XCreateFontCursor(display, XC_dot);
20 rakugaki_updatecolor(pen_curs);
21 }
22 state_goto(&state, start_page, 0);