1 /**********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 ***********************************************************************/
16 #include <X11/Intrinsic.h>
20 #include "mapview_g.h"
22 #include "citydlg_common.h"
26 Pixmap
get_thumb_pixmap(int onoff
);
27 Pixmap
get_citizen_pixmap(enum citizen_category type
, int cnum
,
30 void put_unit_pixmap_city_overlays(struct unit
*punit
, Pixmap pm
,
31 int *upkeep_cost
, int happy_cost
);
33 void overview_canvas_expose(Widget w
, XEvent
*event
, Region exposed
,
35 void map_canvas_expose(Widget w
, XEvent
*event
, Region exposed
,
38 void scrollbar_jump_callback(Widget scrollbar
, XtPointer client_data
,
39 XtPointer percent_ptr
);
40 void scrollbar_scroll_callback(Widget w
, XtPointer client_data
,
41 XtPointer position_ptr
);
43 #endif /* FC__MAPVIEW_H */