[q-lang-cvs] q-opengl/examples canvas.q,1.1.1.1,1.2
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-17 19:13:07
|
Update of /cvsroot/q-lang/q-opengl/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13007 Modified Files: canvas.q Log Message: cosmetic changes Index: canvas.q =================================================================== RCS file: /cvsroot/q-lang/q-opengl/examples/canvas.q,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** canvas.q 17 Jan 2005 23:36:09 -0000 1.1.1.1 --- canvas.q 17 Dec 2007 19:13:03 -0000 1.2 *************** *** 95,99 **** glutMainLoop; ! def H = thread main; /* The callbacks. */ --- 95,99 ---- glutMainLoop; ! def TH = thread main; /* The callbacks. */ |