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

« back to all changes in this revision

Viewing changes to client/gui-sdl/repodlgs.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:
27
27
};
28
28
 
29
29
SDL_Surface * create_sellect_tech_icon(SDL_String16 *pStr, Tech_type_id tech_id, enum tech_info_mode mode);
30
 
void popdown_all_science_dialogs(void);
31
 
void popdown_economy_report_dialog(void);
32
 
void popdown_activeunits_report_dialog(void);
 
30
void science_report_dialogs_popdown_all(void);
 
31
void economy_report_dialog_popdown(void);
 
32
void units_report_dialog_popdown(void);
33
33
 
34
 
#endif                          /* FC__REPODLGS_H */
 
34
#endif /* FC__REPODLGS_H */