Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!helios.ee.lbl.gov!ucsd!rutgers!psuvax1!shire.cs.psu.edu!schwartz From: schwartz@shire.cs.psu.edu Newsgroups: comp.windows.x Subject: fix for Xeyes Message-ID: <4401@psuvax1.cs.psu.edu> Date: 25 Mar 89 00:43:30 GMT Sender: news@psuvax1.cs.psu.edu Reply-To: schwartz@shire.cs.psu.edu () Organization: Penn State University Lines: 15 Xeyes as distributed in X11R3 has a couple typos that make it fail on some machines (like IBM RTs). To fix, patch Eyes.c as follows: 301c301 < eyeBall (w, w->eyes.pupGC, 0); --- > eyeBall (w, w->eyes.pupGC, 0, dx, dy); 309c309 < eyeBall (w, w->eyes.pupGC, 1); --- > eyeBall (w, w->eyes.pupGC, 1, dx, dy); Scott Schwartz