]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-lock.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.git] / XFree86-lock.patch
1 --- xc/lib/Xi/XListDev.c.orig   2003-04-30 02:40:02.000000000 -0400
2 +++ xc/lib/Xi/XListDev.c        2003-04-30 02:40:27.000000000 -0400
3 @@ -81,10 +81,10 @@
4      register long              rlen;
5      XExtDisplayInfo *info = XInput_find_display (dpy);
6  
7 -    LockDisplay (dpy);
8      if (_XiCheckExtInit(dpy, XInput_Initial_Release) == -1)
9         return ((XDeviceInfo *) NULL);
10  
11 +    LockDisplay (dpy);
12      GetReq(ListInputDevices,req);              
13      req->reqType = info->codes->major_opcode;
14      req->ReqType = X_ListInputDevices;
This page took 0.027304 seconds and 3 git commands to generate.