view README.CVS @ 805:df1a3218b468

Date: Wed, 04 Feb 2004 13:51:56 +0100 From: Jens Leuschner Subject: Small patch for libSDL In newer XFree86 releases in the German keyboard the "AltGr"-Key no longer produces the keysym "Mode_switch", instead it produces "ISO_Level3_Shift". I have created a small patch against SDL-1.2.6 (which cleanly applies to the current CVS-SDL too) that makes SDL recognize ISO_Level3_Shift as AltGR key.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 10 Feb 2004 15:39:15 +0000
parents 37e3ca9254c7
children ec659230eaac
line wrap: on
line source


The latest development version of SDL is available via CVS:

cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs login
# No password, so just hit enter when prompted for a password
cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs checkout SDL

When you check a fresh copy of SDL out of CVS, you need to generate
the files used by make by running the "autogen.sh" script, which will
run aclocal, automake, autoconf and then run configure.

There is a web interface to cvs at http://www.libsdl.org/cgi/cvsweb.cgi