Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ncar!boulder!stan!stan!toml From: toml@ninja.Solbourne.COM (Tom LaStrange) Newsgroups: comp.windows.x Subject: tvtwm patch Message-ID: Date: 17 Nov 90 17:36:01 GMT Sender: news@Solbourne.COM Organization: Solbourne Computer, Inc. Lines: 36 Here is an unofficial patch to correct the XSynchronize problem. -- Tom L. *** twm.c.old Sat Nov 17 10:32:58 1990 --- twm.c Sat Nov 17 10:33:07 1990 *************** *** 33,38 **** --- 33,41 ---- * twm - "Tom's Window Manager" * * $Log: twm.c,v $ + * Revision 8.1 90/11/16 14:16:35 toml + * Removed xsync + * * Revision 8.0 90/11/15 20:02:53 toml * Revision bump * *************** *** 221,227 **** exit (1); } ! XSynchronize(dpy, True); /* */ if (fcntl(ConnectionNumber(dpy), F_SETFD, 1) == -1) { fprintf (stderr, --- 224,230 ---- exit (1); } ! /* XSynchronize(dpy, True); /* */ if (fcntl(ConnectionNumber(dpy), F_SETFD, 1) == -1) { fprintf (stderr,