webperimental: killstack decides stack protects.
[freeciv.git] / client / gui-stub / mapctrl.c
blob609b6fc5b2162c23fc060eedb0c95b7ff1e9c105
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)
6 any later version.
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 ***********************************************************************/
14 #ifdef HAVE_CONFIG_H
15 #include <fc_config.h>
16 #endif
18 #include <stdlib.h>
20 /* gui main header */
21 #include "gui_stub.h"
23 #include "mapctrl.h"
25 /**************************************************************************
26 Popup a dialog to ask for the name of a new city. The given string
27 should be used as a suggestion.
28 **************************************************************************/
29 void popup_newcity_dialog(struct unit *punit, const char *suggestname)
31 /* PORTME */
34 /**************************************************************************
35 A turn done button should be provided for the player. This function
36 is called to toggle it between active/inactive.
37 **************************************************************************/
38 void set_turn_done_button_state(bool state)
40 /* PORTME */
43 /**************************************************************************
44 Draw a goto or patrol line at the current mouse position.
45 **************************************************************************/
46 void create_line_at_mouse_pos(void)
48 /* PORTME */
51 /**************************************************************************
52 The Area Selection rectangle. Called by center_tile_mapcanvas() and
53 when the mouse pointer moves.
54 **************************************************************************/
55 void update_rect_at_mouse_pos(void)
57 /* PORTME */