Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61589 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 61589