On Wed, Jun 24, 2009 at 7:43 PM, xristosxristos@suspicious.org wrote:
Here is a cleaner version against current cl-opengl without the extra wm-close methods.
Looking good, though it still doesn't seem to exit the main loop. Here's how I reproduce that bug:
* (require :cl-glut-examples) ... * (cl-glut-examples:rb-cube) ; for instance <press Esc to close the window and the function won't return>
Also, this patch doesn't work on at least CCL because of that threading issue I mentioned earlier.