--- pl230src/src/interact.c~ 2004-08-04 10:55:20.000000000 -0400 +++ pl230src/src/interact.c 2004-09-25 10:17:00.732661976 -0400 @@ -84,7 +84,7 @@ /* =================================== */ /* GETCLICK wait until a key or button is hit.. */ /* when using postscript, this will do a showpage and return. */ - +#ifndef NOX11 PLG_getclick() { double x, y; @@ -100,6 +100,7 @@ return( Egetkey( &x, &y, &e ) ); } +#endif /* ================================ */ /* HE This gets called by the X11 driver when we are waiting for an event