Changeset 1166


Ignore:
Timestamp:
Jan 26, 2017, 2:38:22 PM (8 years ago)
Author:
Silvan Scherrer
Message:

Qt4: fix a build issue with gcc version 4.7.3 and up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/painting/qwindowsurface_pm.cpp

    r1076 r1166  
    12001200    if (DiveAcquireFrameBuffer(d->hDive, &rclDst) == DIVE_SUCCESS) {
    12011201        // 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[];
    12041204
    12051205            if (rcl.xLeft < src.left())
Note: See TracChangeset for help on using the changeset viewer.