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

« back to all changes in this revision

Viewing changes to src/XIWarpPointer.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-06-14 14:28:17 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110614142817-v1peubtyact8jgju
Tags: 2:1.4.3-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add xi 2.1 support
* Update 1_xi2.1.patch to apply.
* Drop 100_len_raw_events.patch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    XExtDisplayInfo *info = XInput_find_display(dpy);
55
55
 
56
56
    LockDisplay(dpy);
57
 
    if (_XiCheckExtInit(dpy, Dont_Check, info) == -1)
 
57
    if (_XiCheckExtInit(dpy, XInput_2_0, info) == -1)
58
58
        return (NoSuchExtension);
59
59
 
60
60
    GetReq(XIWarpPointer, req);