VirtualBox

Changeset 28235 in vbox


Ignore:
Timestamp:
Apr 13, 2010 8:48:47 AM (15 years ago)
Author:
vboxsync
Message:

IDisplay::DrawToScreen for multimonitor, update rectangle, fixed typo (xTracker 4655)

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r28220 r28235  
    53955395        || yDst < 0
    53965396        || xDst + wCorrected > u32DstWidth
    5397         || yDst + hCorrected > u32SrcHeight)
     5397        || yDst + hCorrected > u32DstHeight)
    53985398    {
    53995399        return VERR_INVALID_PARAMETER;
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r28220 r28235  
    24182418                                                   u32DstWidth, u32DstHeight,
    24192419                                                   u32DstLineSize, u32DstBitsPerPixel);
     2420        if (RT_SUCCESS(rc))
     2421        {
     2422            pDisplay->handleDisplayUpdate(x + pFBInfo->xOrigin, y + pFBInfo->yOrigin, width, height);
     2423        }
    24202424    }
    24212425    else
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r28227 r28235  
    1147111471      <param name="screenId" type="unsigned long" dir="in"/>
    1147211472      <param name="address" type="octet" mod="ptr" dir="in"/>
    11473       <param name="x" type="unsigned long" dir="in"/>
    11474       <param name="y" type="unsigned long" dir="in"/>
     11473      <param name="x" type="unsigned long" dir="in">
     11474        <desc>Relative to the screen top left corner.</desc>
     11475      </param>
     11476      <param name="y" type="unsigned long" dir="in">
     11477        <desc>Relative to the screen top left corner.</desc>
     11478      </param>
    1147511479      <param name="width" type="unsigned long" dir="in"/>
    1147611480      <param name="height" type="unsigned long" dir="in"/>
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