https://github.com/jrincayc/ucblogo-code
Revision 5a5d23ad8f2f4cd37811ff677cd079371da2695a authored by chou86_e on 03 September 2008, 18:00:06 UTC, committed by chou86_e on 03 September 2008, 18:00:06 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@194 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 1e77829
Raw File
Tip revision: 5a5d23ad8f2f4cd37811ff677cd079371da2695a authored by chou86_e on 03 September 2008, 18:00:06 UTC
Change quit-the-editor keystrokes to Alt-A (accept), Alt-R (revert)
Tip revision: 5a5d23a
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