Ignore:
Timestamp:
Jul 5, 2002, 9:13:36 AM (23 years ago)
Author:
umoeller
Message:

Second round of fixes for 0.9.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/animate.c

    r35 r184  
    140140
    141141            WinDrawBitmap(hps, hbm, NULL, (PPOINTL)&rtlStretch,
    142                     0, 0,       // we don't need colors
    143                     DBM_STRETCH);
     142                          0, 0,       // we don't need colors
     143                          DBM_STRETCH);
    144144
    145145            DosQuerySysInfo(QSV_MS_COUNT, QSV_MS_COUNT,
     
    159159        // finally, draw the 1:1 version
    160160        WinDrawBitmap(hps, hbm, NULL, &ptl,
    161                 0, 0,       // we don't need colors
    162                 DBM_NORMAL);
     161                      0, 0,       // we don't need colors
     162                      DBM_NORMAL);
    163163
    164164    } // end if (hps)
    165165
    166     return (ulrc);
     166    return ulrc;
    167167}
    168168
Note: See TracChangeset for help on using the changeset viewer.