https://github.com/jrincayc/ucblogo-code
Revision 023b9d98f70b23f01551b491e9daca6cf4a5fd4c authored by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC, committed by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC
This is automatically generatable from usermanual.texi, but to do so
requires tex, so adding to repository to simplify development.
1 parent a21997f
Raw File
Tip revision: 023b9d98f70b23f01551b491e9daca6cf4a5fd4c authored by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC
Adding the pdf usermanual
Tip revision: 023b9d9
nographics.c

/* A dummy graphics implementation for Unix */

#ifdef X_DISPLAY_MISSING

int pw, ph, pc, pm, pv, px, py, bg;

#ifndef HAVE_WX
char *LogoPlatformName="Unix-Nographics";

void nop()
{
}
#endif
#endif
back to top