https://github.com/jrincayc/ucblogo-code
Tip revision: 24adfd38d4381239d8fa0cb0f98b83316aa7cd93 authored by Joshua J. Cogliati on 24 December 2019, 04:15:43 UTC
README is now redundant with README.md.
README is now redundant with README.md.
Tip revision: 24adfd3
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