https://github.com/jrincayc/ucblogo-code
Tip revision: 07fc868ecfd31fecc7c3f964730f946c31f5ab80 authored by Joshua J. Cogliati on 19 June 2020, 15:11:03 UTC
Fixing save load session file bug with code by pahihu.
Fixing save load session file bug with code by pahihu.
Tip revision: 07fc868
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