Changeset 19888
- Timestamp:
- 03/28/07 07:35:11 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/vrj/Kernel/CocoaWrapper.mm
r19887 r19888 467 467 inMode:NSDefaultRunLoopMode 468 468 dequeue:YES]; 469 470 // Ensure that the VR Juggler application becomes focused even if it is 471 // executed directly from within its bundle. 469 472 [app activateIgnoringOtherApps:YES]; 473 470 474 NSDate* date = [NSDate date]; 471 475 … … 486 490 NSLog(@"CocoaWrapper::run returning\n"); 487 491 */ 492 // Ensure that the VR Juggler application becomes focused even if it is 493 // executed directly from within its bundle. 494 [app activateIgnoringOtherApps:YES]; 495 488 496 // This never returns. 489 [app activateIgnoringOtherApps:YES];490 497 [app run]; 491 498 }
