[artoolkit-commits] artoolkit/lib/SRC/VideoMacOSX ARVideoSettingsController.m,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-06-23 06:49:28
|
Update of /cvsroot/artoolkit/artoolkit/lib/SRC/VideoMacOSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25546 Modified Files: ARVideoSettingsController.m Log Message: Update for Mac OS X 10.4 Index: ARVideoSettingsController.m =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/VideoMacOSX/ARVideoSettingsController.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ARVideoSettingsController.m 13 Mar 2005 23:13:53 -0000 1.2 --- ARVideoSettingsController.m 23 Jun 2005 06:49:18 -0000 1.3 *************** *** 129,133 **** // Bring up the dialog and if the user didn't cancel // save the new channel settings for later. ! err = SGSettingsDialog(seqGrab, sgchanVideo, PanelCount, PanelListPtr, 0, NULL, NULL); if (err == noErr) { // Dispose the old settings and get the new channel settings. --- 129,133 ---- // Bring up the dialog and if the user didn't cancel // save the new channel settings for later. ! err = SGSettingsDialog(seqGrab, sgchanVideo, PanelCount, PanelListPtr, 0, NULL, 0L); if (err == noErr) { // Dispose the old settings and get the new channel settings. |