https://github.com/jrincayc/ucblogo-code
Revision 12eed6beec064d17a108880812625c0b7068dc54 authored by pahihu on 19 January 2020, 09:19:24 UTC, committed by pahihu on 19 January 2020, 09:19:24 UTC
1 parent bf4d764
Raw File
Tip revision: 12eed6beec064d17a108880812625c0b7068dc54 authored by pahihu on 19 January 2020, 09:19:24 UTC
fixed memory manager
Tip revision: 12eed6b
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