Author: alink
Date: Wed Apr 4 21:34:13 2007
New Revision: 16591
URL: http://svn.gna.org/viewcvs/wesnoth?rev=16591&view=rev
Log:
For tiny-gui: add comment in configure option and code about the needed
scaling of images during install.
Modified:
trunk/configure.ac
trunk/src/image.hpp
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=16591&r1=16590&r2=16591&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 4 21:34:13 2007
@@ -87,7 +87,7 @@
[lite=no])
AC_ARG_ENABLE([tinygui],
- AS_HELP_STRING([--enable-tinygui], [enable GUI reductions for
resolutions down to 320x240 (PDAs)]),
+ AS_HELP_STRING([--enable-tinygui], [enable GUI reductions for
resolutions down to 320x240 (PDAs), resize images before installing]),
[tinygui=$enableval],
[tinygui=no])
Modified: trunk/src/image.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/image.hpp?rev=16591&r1=16590&r2=16591&view=diff
==============================================================================
--- trunk/src/image.hpp (original)
+++ trunk/src/image.hpp Wed Apr 4 21:34:13 2007
@@ -32,6 +32,7 @@
/// - brightened: images are scaled and brighter than normal.
namespace image {
#ifdef USE_TINY_GUI
+ // images in tiny-gui will be scaled at install time
const int tile_size = 36;
#else
const int tile_size = 72;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits