View | Details | Raw Unified
Collapse All | Expand All

(-) pl221src/src/interact.c (+2 lines)
 Lines 85-90    Link Here 
/* GETCLICK wait until a key or button is hit.. */
/* GETCLICK wait until a key or button is hit.. */
/* when using postscript, this will do a showpage and return. */
/* when using postscript, this will do a showpage and return. */
#ifndef NOX11
PLG_getclick()
PLG_getclick()
{
{
double x, y;
double x, y;
 Lines 100-105    Link Here 
return( Egetkey( &x, &y, &e ) );
return( Egetkey( &x, &y, &e ) );
}
}
#endif
/* ================================ */
/* ================================ */
/* HE This gets called by the X11 driver when we are waiting for an event 
/* HE This gets called by the X11 driver when we are waiting for an event