Changeset 2308
- Timestamp:
- 03/09/10 15:26:38 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/fvw_core/GeodataDataSources/KMLImageDataResource.cpp
r2279 r2308 51 51 SafeArrayAccessData(defaultImageData.parray, reinterpret_cast<void **>(&img)); 52 52 53 // use a n opaque white canvas54 memset(img + 40, 0x ff, 4*imgWidth*imgHeight);53 // use a semi-transparent placeholder image 54 memset(img + 40, 0xaf, 4*imgWidth*imgHeight); 55 55 56 56 SafeArrayUnaccessData(defaultImageData.parray);
