~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to client/gui-sdl/gui_main.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define CF_MAP_UNIT_W_CREATED           (1<<1)
38
38
#define CF_UNITINFO_SHOWN               (1<<2)
39
39
#define CF_OVERVIEW_SHOWN               (1<<3)
40
 
#define CF_OPTION_OPEN                  (1<<4)
41
 
#define CF_OPTION_MAIN                  (1<<5)
42
40
#define CF_GANE_JUST_STARTED            (1<<6)
43
41
 
44
42
#define CF_FOCUS_ANIMATION              (1<<9)
80
78
extern bool LCTRL;
81
79
extern bool RCTRL;
82
80
extern bool LALT;
83
 
extern bool do_focus_animation;
84
81
extern int city_names_font_size;
85
82
extern int city_productions_font_size;
86
83