https://github.com/jrincayc/ucblogo-code
Revision 26eaac04cebd84662da33dce70d67f622d43ae6b authored by pahihu on 22 January 2020, 18:58:44 UTC, committed by pahihu on 22 January 2020, 18:58:44 UTC
1 parent ed8ceca
Raw File
Tip revision: 26eaac04cebd84662da33dce70d67f622d43ae6b authored by pahihu on 22 January 2020, 18:58:44 UTC
macOS makefile changes
Tip revision: 26eaac0
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