Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-04-02 19:28:58 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-02 19:28:58 (GMT)
commit8b1602b52e680d14ee18eda98a42bcfe679cede2 (patch)
tree90e5ef6f89f3dcd34c5c9025e7ecd6052e367e3d /configure.in
parenta1bbfe6f31115d7710c7b08d73ba98f476c8350e (diff)
now in fullscreen, follow the user prefered screensize. If the select
* configure.in: * src/gcompris/gcompris.c: (xf86_vidmode_init): now in fullscreen, follow the user prefered screensize. If the select screensize is 1024x768, then we fullscreen in this resolution. Before this fix, it was bugged since we were always setting on 800x600 in fullscreen, even is our current resolution was bigger, resulting in a virtual screen. Updated nowegian sounds by Johnstad/Gabor 2007 / GPL * boards/sounds/nb/* svn path=/trunk/; revision=2578
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 608b396..b693b2a 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gcompris, 8.3BETA1)
+AM_INIT_AUTOMAKE(gcompris, 8.3BETA2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE