~ubuntu-branches/ubuntu/oneiric/libxi/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/XISelEv.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-08 00:04:32 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110208000432-3f8ewrpwmfmf0in5
Tags: 2:1.4.1-1
* New upstream release.
* Use xorg-sgml-doctool's copy of xorg.css.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    xXIEventMask *mask_in = NULL, *mi;
105
105
    xXIGetSelectedEventsReq *req;
106
106
    xXIGetSelectedEventsReply reply;
 
107
    XExtDisplayInfo *info = XInput_find_display(dpy);
107
108
 
108
109
    *num_masks_return = -1;
109
 
    XExtDisplayInfo *info = XInput_find_display(dpy);
110
110
    LockDisplay(dpy);
111
111
    if (_XiCheckExtInit(dpy, Dont_Check, info) == -1)
112
112
        goto out;