~ubuntu-branches/ubuntu/trusty/libxi/trusty-security

« back to all changes in this revision

Viewing changes to src/XChgDCtl.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:
51
51
 *
52
52
 */
53
53
 
 
54
#ifdef HAVE_CONFIG_H
 
55
#include <config.h>
 
56
#endif
 
57
 
54
58
#include <X11/extensions/XI.h>
55
59
#include <X11/extensions/XIproto.h>
56
60
#include <X11/Xlibint.h>