Date: Fri, 24 Jun 94 02:48:36 EDT To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: GRX-Function From: K3A0270 AT EMAIL1 DOT edvz DOT uni-linz DOT ac DOT at (Exler Roland) Reply-To: K3A0270 AT ALIJKU11 DOT edvz DOT uni-linz DOT ac DOT at Hi all users of LIBGRX, the functions 'GrUsrPolyLine' and 'GrUsrPolygon' are dummys in the current version of LIBGRX. For anyone wants to use it I've a short replacements for it. Just include in your application. I know they're not implemented very efficient but it works (with GrXOR the corners will stay at the old color). Here my replacements: void GrUsrPolyLine(int numpts, int points[][2], int c) { for (int i=0; i