Revision 3cb5824505efac7a83b0e9efa36b879008c34fd7 authored by chou86_e on 18 August 2008, 04:08:27 UTC, committed by chou86_e on 18 August 2008, 04:08:27 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@168 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent c696407
Raw File
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