]> git.pld-linux.org Git - packages/X11.git/commitdiff
- first try to fix bug with LockDisplay (which occurs when using totem)
authoraflinta <aflinta@pld-linux.org>
Sat, 3 May 2003 17:55:34 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-lock.patch -> 1.1

XFree86-lock.patch [new file with mode: 0644]

diff --git a/XFree86-lock.patch b/XFree86-lock.patch
new file mode 100644 (file)
index 0000000..6ea72cf
--- /dev/null
@@ -0,0 +1,14 @@
+--- xc/lib/Xi/XListDev.c.orig  2003-04-30 02:40:02.000000000 -0400
++++ xc/lib/Xi/XListDev.c       2003-04-30 02:40:27.000000000 -0400
+@@ -81,10 +81,10 @@
+     register long             rlen;
+     XExtDisplayInfo *info = XInput_find_display (dpy);
+-    LockDisplay (dpy);
+     if (_XiCheckExtInit(dpy, XInput_Initial_Release) == -1)
+       return ((XDeviceInfo *) NULL);
++    LockDisplay (dpy);
+     GetReq(ListInputDevices,req);             
+     req->reqType = info->codes->major_opcode;
+     req->ReqType = X_ListInputDevices;
This page took 0.062918 seconds and 4 git commands to generate.