Revision e8f4a26b4f00c1c4a53749c4c9f21cd682d9eeed authored by chou86_e on 17 August 2008, 00:01:51 UTC, committed by chou86_e on 17 August 2008, 00:01:51 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@160 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 31868f1
Raw File
nographics.c

/* A dummy graphics implementation for Unix */

#ifdef X_DISPLAY_MISSING

int pw, ph, pc, pm, pv, px, py, bg;

char *LogoPlatformName="Unix-Nographics";

#ifndef HAVE_WX
void nop()
{
}
#endif
#endif
back to top