]> git.pld-linux.org Git - packages/XFree86.git/blobdiff - XFree86-fixemacs.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/XFree86.git] / XFree86-fixemacs.patch
diff --git a/XFree86-fixemacs.patch b/XFree86-fixemacs.patch
deleted file mode 100644 (file)
index e12d645..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- XFree86-3.3.6/xc/lib/X11/XlibInt.c.fixemacs        Mon Jan 24 17:09:48 2000
-+++ XFree86-3.3.6/xc/lib/X11/XlibInt.c Mon Jan 24 17:10:49 2000
-@@ -597,7 +597,10 @@
-       register char *bufindex;
-       _XExtension *ext;
--      if (dpy->flags & XlibDisplayIOError) return;
-+       if (dpy->flags & XlibDisplayIOError) {
-+            dpy->bufptr = dpy->buffer;  /* reset to avoid buffer overflows */
-+            return;
-+       }
- #ifdef XTHREADS
-       while (dpy->flags & XlibDisplayWriting) {
-           ConditionWait(dpy, dpy->lock->writers);
This page took 0.035526 seconds and 4 git commands to generate.