picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 6f9023e1859fd3216ba7ab11bbee88e9145a42bd
parent 3f6da40b131fe515be62d3c8c74222f6f9ab1edf
Author: Alexander Burger <abu@software-lab.de>
Date:   Sun, 12 Jun 2011 08:26:11 +0200

Comment line
Diffstat:
Mlib/openGl.l | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/openGl.l b/lib/openGl.l @@ -1,4 +1,4 @@ -# 11jun11abu +# 12jun11abu # 27jul10jk # (c) Software Lab. Alexander Burger @@ -373,6 +373,7 @@ (de timerFunc (Msec Fun Val) (native `*GlutLib "glutTimerFunc" NIL Msec (lisp 'timerFunc Fun) Val) ) +# Window-specific callback functions (de keyboardFunc (Fun) (native `*GlutLib "glutKeyboardFunc" NIL (lisp 'keyboardFunc Fun)) )