~ubuntu-branches/ubuntu/precise/libx11/precise-updates

« back to all changes in this revision

Viewing changes to src/KeyBind.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-22 09:15:13 UTC
  • mfrom: (1.1.14 upstream) (2.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110522091513-ter3ital4q0nkdk8
Tags: 2:1.4.3-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#define XK_CAUCASUS
45
45
#define XK_VIETNAMESE
46
46
#define XK_XKB_KEYS
 
47
#define XK_SINHALA
47
48
#include <X11/keysymdef.h>
48
49
#include <stdio.h>
49
50