Re: Pico, OpenGL menus, refresh problem

2008-04-05 Thread Anthony Sherbondy
Jon; Really good work. I downloaded and compiled on my MacOS 10.5 system and it seems to work well. I made some changes to your Makefile based on what Alex has been doing with the Pico Lisp Makefile. I removed the MacOS target of 10.4 and added Os optimization level. Do you really

Re: Pico, OpenGL menus, refresh problem

2008-04-02 Thread Alexander Burger
On Wed, Apr 02, 2008 at 10:11:49AM +0200, Jon Kleiser wrote: A tarball is now avilable here: http://folk.uio.no/jkleiser/pico/gl.tgz Many thanks! Works perfectly! Cheers, Alex

Pico, OpenGL menus, refresh problem

2008-04-01 Thread Jon Kleiser
I'm working on a Pico Lisp application that uses OpenGL, and I thought it would be nice to make use of an OpenGL popup menu. I made some additions in the files glut.c and lib.l that can be found here http://folk.uio.no/jkleiser/pico/gl/, and I also wrote a simple menu-test.l to check if it