Changeset 11149 for trunk/psModules/src/config/pmConfigCamera.c
- Timestamp:
- Jan 18, 2007, 5:08:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigCamera.c
r10965 r11149 374 374 375 375 // Now put the new cameras at the top of the list of cameras, so they get recognised first 376 camerasIter = psMetadataIteratorAlloc(new, PS_LIST_TAIL, NULL); // Iterator 377 while ((camerasItem = psMetadataGetAndDecrement(camerasIter))) { 376 // Note: going from the top, and putting everything to the top as we get there, so that the last one on 377 // goes to the top. This preserves the original order of the cameras, putting the mosaicked versions 378 // before the originals. 379 camerasIter = psMetadataIteratorAlloc(new, PS_LIST_HEAD, NULL); // Iterator 380 while ((camerasItem = psMetadataGetAndIncrement(camerasIter))) { 378 381 psMetadataAddItem(cameras, camerasItem, PS_LIST_HEAD, 0); 379 382 }
Note:
See TracChangeset
for help on using the changeset viewer.
