[comp.windows.x] fix for Xeyes

schwartz@shire.cs.psu.edu (03/25/89)

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		<schwartz@shire.cs.psu.edu>