]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-lock.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-lock.patch
CommitLineData
e77d1d9a 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.112972 seconds and 4 git commands to generate.