Changeset 1166
- Timestamp:
- Jan 26, 2017, 2:38:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r1076 r1166 1200 1200 if (DiveAcquireFrameBuffer(d->hDive, &rclDst) == DIVE_SUCCESS) { 1201 1201 // take each visible rectangle and blit it 1202 for (ULONG i = 0; i < d->setup.ulNumDstRects; ++i) {1203 RECTL rcl = d->setup.pVisDstRects[ i];1202 for (ULONG ) { 1203 RECTL rcl = d->setup.pVisDstRects[]; 1204 1204 1205 1205 if (rcl.xLeft < src.left())
Note:
See TracChangeset
for help on using the changeset viewer.