Revision 7a16363389b0026609141d50b71c40a298b11939 authored by chou86_e on 10 January 2008, 03:22:31 UTC, committed by chou86_e on 10 January 2008, 03:22:31 UTC
Yield() is used for window manager to put events on the queue so
logoEventManager->ProcessAnEvent() can handle it.


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