Changeset 1039 for branches/Carsten_PtrWork2/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindow.cpp
- Timestamp:
- 01/16/08 16:07:40 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindow.cpp
r1033 r1039 538 538 for(UInt32 v=0 ; v<getPort().size() ;v++) 539 539 { 540 getClientWindow()->addPort(540 ViewportRefPtr vpCopy( 541 541 boost::dynamic_pointer_cast<Viewport>(getPort(v)->shallowCopy())); 542 543 getClientWindow()->addPort(vpCopy); 542 544 } 543 545 }
