From 8b1602b52e680d14ee18eda98a42bcfe679cede2 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 02 Apr 2007 19:28:58 +0000 Subject: 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 --- (limited to 'configure.in') 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 -- cgit v0.9.1