Changeset 37423 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVRDP.cpp
- Timestamp:
- Jun 12, 2011 6:37:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVRDP.cpp
r36867 r37423 929 929 */ 930 930 931 void vrdpDrvLineTo(SURFOBJ *pso, CLIPOBJ *pco, BRUSHOBJ *pbo, 931 void vrdpDrvLineTo(SURFOBJ *pso, CLIPOBJ *pco, BRUSHOBJ *pbo, 932 932 LONG x1, LONG y1, LONG x2, LONG y2, RECTL *prclBounds, MIX mix) 933 933 { … … 1231 1231 WARN(("unsupported: pstro->pwszOrg=%p, prclExtra=%p, pfo->flFontType & FO_TYPE_RASTER = 0x%08X, " 1232 1232 "pstro->cGlyphs = %d, pboOpaque->iSolidColor %p, pfo->iUniq = %p", 1233 pstro->pwszOrg, prclExtra, pfo->flFontType & FO_TYPE_RASTER, pstro->cGlyphs, 1233 pstro->pwszOrg, prclExtra, pfo->flFontType & FO_TYPE_RASTER, pstro->cGlyphs, 1234 1234 pboOpaque? pboOpaque->iSolidColor: 0, pfo->iUniq)); 1235 1235 vrdpReportDirtyRects(pDev, &clipRects);
Note:
See TracChangeset
for help on using the changeset viewer.