]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-lock.patch
- outdated
[packages/XFree86.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.047127 seconds and 3 git commands to generate.