From: Braden M. <br...@us...> - 2006-12-28 20:12:02
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30392 Modified Files: ChangeLog Log Message: Fixed position of attribute applied to OpenGL callback functions. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1400 retrieving revision 1.1401 diff -C2 -d -r1.1400 -r1.1401 *** ChangeLog 15 Dec 2006 07:39:48 -0000 1.1400 --- ChangeLog 28 Dec 2006 20:11:58 -0000 1.1401 *************** *** 1,2 **** --- 1,10 ---- + 2006-12-28 Braden McDaniel <br...@en...> + + Fixed position of attribute applied to OpenGL callback functions. + + * src/libopenvrml-gl/openvrml/gl/viewer.cpp + (OPENVRML_GL_CALLBACK_): Define as CALLBACK for _WIN32. + (TessCB): Fixed position of attribute. + 2006-12-15 Braden McDaniel <br...@en...> |