VirtualBox

Changeset 5036 in vbox for trunk/src


Ignore:
Timestamp:
Sep 26, 2007 7:52:27 AM (17 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c

    r4181 r5036  
    44 *
    55 * VRDP graphics orders pipeline.
    6  *
     6 */
     7
     8/*
    79 * Copyright (C) 2006-2007 innotek GmbH
    810 *
     
    169171    int h;
    170172
    171     DISPDBG((1, "vrdpAdjustRect: %d-%d %d-%d\n", prcl->left, prcl->right, prcl->top, prcl->bottom));
     173    DISPDBG((1, "vrdpAdjustRect: %d-%d %d-%d on %dx%d\n", prcl->left, prcl->right, prcl->top, prcl->bottom, pso->sizlBitmap.cx, pso->sizlBitmap.cy));
    172174
    173175    if (prcl->left <= prcl->right)
     
    231233    prcl->right  = x + w;
    232234    prcl->bottom = y + h;
     235   
     236    DISPDBG((1, "vrdpAdjustRect: result %d-%d %d-%d\n", prcl->left, prcl->right, prcl->top, prcl->bottom));
    233237}
    234238
     
    11661170             || prclExtra != NULL
    11671171             || (pfo->flFontType & FO_TYPE_RASTER) == 0
    1168              || pstro->cGlyphs > 256)
     1172             || pstro->cGlyphs > 256
     1173             || (pboOpaque && pboOpaque->iSolidColor == 0xFFFFFFFF)
     1174             || pfo->iUniq == 0
     1175            )
    11691176    {
    11701177        /* Unknown/unsupported parameters. */
    1171         DISPDBG((1, "VRDP::vrdpTextOut: unsupported: pstro->pwszOrg=%p, prclExtra=%p, pfo->flFontType & FO_TYPE_RASTER = 0x%08X, pstro->cGlyphs = %d\n",
    1172                     pstro->pwszOrg, prclExtra, pfo->flFontType & FO_TYPE_RASTER, pstro->cGlyphs));
     1178        DISPDBG((1, "VRDP::vrdpTextOut: unsupported: pstro->pwszOrg=%p, prclExtra=%p, pfo->flFontType & FO_TYPE_RASTER = 0x%08X, pstro->cGlyphs = %d, pboOpaque->iSolidColor %p, pfo->iUniq = %p\n",
     1179                    pstro->pwszOrg, prclExtra, pfo->flFontType & FO_TYPE_RASTER, pstro->cGlyphs, pboOpaque? pboOpaque->iSolidColor: 0, pfo->iUniq));
    11731180        vrdpReportDirtyRects (ppdev, &clipRects);
    11741181    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette