~ubuntu-branches/ubuntu/precise/libxi/precise

« back to all changes in this revision

Viewing changes to src/XGrDvKey.c

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-01-18 11:44:39 UTC
  • mfrom: (1.1.8) (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20120118114439-bm7qksg514zh51do
Tags: 2:1.5.99.2-0ubuntu3
Bump build depends on x11proto-input-dev to 2.1.99.5.  Our 2.1.99.4 package
is really 2.0.2, so 2.1.99.5 is the first version with MT support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 * XGrabDeviceKey - Grab a key on an extension device.
50
50
 *
51
51
 */
 
52
#ifdef HAVE_CONFIG_H
 
53
#include <config.h>
 
54
#endif
52
55
 
53
56
#include <X11/extensions/XI.h>
54
57
#include <X11/extensions/XIproto.h>