~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to debian/patches/205_lock_keys.diff

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-01-05 14:10:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105141045-letjq81gx5olnxre
Tags: 1.2.13-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Remove svgalib support.
  - Prefer libgl1-mesa-dev build-dependency over xlibmesa-gl-dev.
  - Build for lpia as for i386.
  - Link using -Wl,-Bsymbolic-functions.
  - Munge Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: libsdl1.2-1.2.10/src/events/SDL_keyboard.c
 
1
Index: libsdl1.2-1.2.13/src/events/SDL_keyboard.c
2
2
===================================================================
3
 
--- libsdl1.2-1.2.10.orig/src/events/SDL_keyboard.c     2006-05-04 07:06:02.000000000 +0200
4
 
+++ libsdl1.2-1.2.10/src/events/SDL_keyboard.c  2006-05-18 18:46:34.000000000 +0200
 
3
--- libsdl1.2-1.2.13.orig/src/events/SDL_keyboard.c     2007-12-31 05:47:59.000000000 +0100
 
4
+++ libsdl1.2-1.2.13/src/events/SDL_keyboard.c  2008-01-02 03:20:00.000000000 +0100
5
5
@@ -32,6 +32,7 @@
6
6
 /* Global keystate information */
7
7
 static Uint8  SDL_KeyState[SDLK_LAST];