Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122147
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- src/board.c
0
++ src/board.c
Lines 74-80 Link Here
74
//! default background
74
//! default background
75
char board_default_colors [9] = {215, 215, 215, 215, 215, 215, 0, 0, 0};
75
char board_default_colors [9] = {215, 215, 215, 215, 215, 215, 0, 0, 0};
76
76
77
static int cell_size, num_pieces;
77
int cell_size, num_pieces;
78
78
79
extern void ui_make_human_move (byte *move, int *rmove);
79
extern void ui_make_human_move (byte *move, int *rmove);
80
80
81
-- src/menu.c
81
++ src/menu.c
Lines 829-835 Link Here
829
	
829
	
830
	{
830
	{
831
	int i;
831
	int i;
832
	GtkItemFactoryEntry help_items [3];
832
	GtkItemFactoryEntry help_items [4];
833
	help_items[0].path = g_strdup_printf ("/Help/%s", opt_game->name);
833
	help_items[0].path = g_strdup_printf ("/Help/%s", opt_game->name);
834
	help_items[0].accelerator = NULL;
834
	help_items[0].accelerator = NULL;
835
	help_items[0].callback = NULL;
835
	help_items[0].callback = NULL;

Return to bug 122147