https://github.com/jrincayc/ucblogo-code
Revision 263ade33907bdb4b4dc7bd35cba68f140ebef9fe authored by chou86_e on 18 August 2008, 22:56:43 UTC, committed by chou86_e on 18 August 2008, 22:56:43 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@172 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 8a17e4f
Raw File
Tip revision: 263ade33907bdb4b4dc7bd35cba68f140ebef9fe authored by chou86_e on 18 August 2008, 22:56:43 UTC
Windows uses Alt (not Ctrl) for stop and pause, like other platforms.
Tip revision: 263ade3
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