Mercurial > sdl-ios-xcode
annotate 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 |
rev | line source |
---|---|
0 | 1 |
2 The latest development version of SDL is available via CVS: | |
3 | |
172
37e3ca9254c7
Date: Sat, 8 Sep 2001 04:42:23 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
4 cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs login |
37e3ca9254c7
Date: Sat, 8 Sep 2001 04:42:23 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
5 # No password, so just hit enter when prompted for a password |
37e3ca9254c7
Date: Sat, 8 Sep 2001 04:42:23 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
6 cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs checkout SDL |
0 | 7 |
8 When you check a fresh copy of SDL out of CVS, you need to generate | |
9 the files used by make by running the "autogen.sh" script, which will | |
10 run aclocal, automake, autoconf and then run configure. | |
11 | |
172
37e3ca9254c7
Date: Sat, 8 Sep 2001 04:42:23 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
12 There is a web interface to cvs at http://www.libsdl.org/cgi/cvsweb.cgi |
0 | 13 |