[artoolkit-commits] artoolkit/lib/SRC/Gl gsub.c,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-20 22:38:46
|
Update of /cvsroot/artoolkit/artoolkit/lib/SRC/Gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2999 Modified Files: gsub.c Log Message: All platforms should call glutInit, actually. Index: gsub.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/Gl/gsub.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gsub.c 7 Nov 2004 23:42:20 -0000 1.2 --- gsub.c 20 Jul 2005 22:38:35 -0000 1.3 *************** *** 122,134 **** int i; - #ifdef __APPLE__ - { - static int initF = 0; - int argc = 1; - char *argv[1] = {"ARToolKit for MacOSX"}; - if( initF == 0 ) { glutInit(&argc, argv); initF = 1; } - } - #endif - gl_hmd_flag = hmd_flag; gZoom = zoom; --- 122,125 ---- |