Crossfire Client, Branches  R11627
main.h
Go to the documentation of this file.
1 /*
2  * char *rcsid_gtk2_main_h =
3  * "$Id: main.h 11626 2009-04-04 12:41:46Z lalo $";
4  */
5 /*
6  Crossfire client, a client program for the crossfire program.
7 
8  Copyright (C) 2005 Mark Wedel & Crossfire Development Team
9 
10  This program is free software; you can redistribute it and/or modify
11  it under the terms of the GNU General Public License as published by
12  the Free Software Foundation; either version 2 of the License, or
13  (at your option) any later version.
14 
15  This program is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 
24  The author can be reached via e-mail to crossfire@metalforge.org
25 */
26 
32 #define NUM_COLORS 13
33 extern GdkColor root_color[NUM_COLORS];
34 extern GtkWidget *window_root, *spinbutton_count;
35 extern GladeXML *dialog_xml, *window_xml;
36 
37 #define DEFAULT_IMAGE_SIZE 32
39 
40 #define XML_PATH_DEFAULT CF_DATADIR "/glade-gtk2/"
41 #define WINDOW_XML_FILENAME "gtk-v2.glade"
42 #define DIALOG_XML_FILENAME "dialogs.glade"
43 extern char window_xml_file[];
44 
45 #define MAGIC_MAP_PAGE 1
int map_image_size
Definition: gx11.c:117
GtkWidget * window_root
Definition: main.c:56
GtkWidget * spinbutton_count
Definition: keys.c:76
int image_size
Definition: gx11.c:116
GladeXML * window_xml
Definition: main.c:57
GdkColor root_color[NUM_COLORS]
Definition: gx11.c:244
#define NUM_COLORS
Definition: main.h:32
char window_xml_file[]
Definition: main.c:98
GladeXML * dialog_xml
Definition: main.c:57
int map_image_half_size
Definition: gx11.c:117