|
From: Robert H. <en...@no...> - 2005-07-14 10:20:54
|
On Wed, 2005-07-13 at 15:07 -0700, Ethan Merritt wrote: > The suspend() and resume() functions are only called if you are > in interactive mode. That makes them pretty much worthless, > so far as I can see. I was bitten by this early on when writing my opengl terminal -- whatever the original purpose of these commands doesn't seem to fit well with whatever it was I was trying to do. I think I now have it that GL_graphics calls GL_resume and GL_suspend calls GL_text (yes I know this is odd, but GL_graphics does some stuff before calling GL_resume that only needs to be done once). This seems to work for both interactive and scripted operation. Rob -- Robert Hart <en...@no...> University of Nottingham This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. |