Changeset 184 for trunk/src/helpers/animate.c
- Timestamp:
- Jul 5, 2002, 9:13:36 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/animate.c
r35 r184 140 140 141 141 WinDrawBitmap(hps, hbm, NULL, (PPOINTL)&rtlStretch, 142 0, 0, // we don't need colors143 DBM_STRETCH);142 0, 0, // we don't need colors 143 DBM_STRETCH); 144 144 145 145 DosQuerySysInfo(QSV_MS_COUNT, QSV_MS_COUNT, … … 159 159 // finally, draw the 1:1 version 160 160 WinDrawBitmap(hps, hbm, NULL, &ptl, 161 0, 0, // we don't need colors162 DBM_NORMAL);161 0, 0, // we don't need colors 162 DBM_NORMAL); 163 163 164 164 } // end if (hps) 165 165 166 return (ulrc);166 return ulrc; 167 167 } 168 168
Note:
See TracChangeset
for help on using the changeset viewer.