Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!texsun!convex!convex.com!datri From: datri@convex.com (Anthony A. Datri) Newsgroups: comp.windows.x Subject: Error in R4 xtroff Message-ID: <4428@convex.UUCP> Date: 8 Jan 90 12:41:40 GMT Sender: usenet@convex.UUCP Reply-To: datri@convex.com (Anthony A. Datri) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 21 The xtroff found in the R4 contrib tree has a simple error (at least, it looks like an error to me): xwindows.c has a differing idea of capitalization than mit/lib/Xaw/Scrollbar.c -- XawScrollbarSetThumb in xwindows.c vs. XawScrollBarSetThumb in Scrollbar.c. Simple fix: 34c34 < # define XtScrollBarSetThumb XawScrollbarSetThumb --- > # define XtScrollBarSetThumb XawScrollBarSetThumb (please forgive me if the diff isn't in the usual format; I've never had the nerve to post a patch before)