VirtualBox

Changeset 6290 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jan 9, 2008 10:49:16 AM (17 years ago)
Author:
vboxsync
Message:

Guest Additions: update for the Linux seamless additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp

    r6000 r6290  
    5454#ifdef DEBUG
    5555    if (RT_SUCCESS(rc))
    56         LogRel(("Successfully enabled seamless mode on the host.\n"));
     56        LogRel(("Successfully set the seamless capability on the host.\n"));
    5757    else
    58         LogRel(("Failed to enabled seamless mode on the host, rc = %Rrc.\n", rc));
     58        LogRel(("Failed to set the seamless capability on the host, rc = %Rrc.\n", rc));
    5959#endif
    6060    return rc;
     
    116116    int rc;
    117117
     118    if (0 == cRects)
     119        return VINF_SUCCESS;
    118120    rc = VbglR3GRAlloc((VMMDevRequestHeader **)&req,
    119121                       sizeof(VMMDevVideoSetVisibleRegion) + (cRects - 1) * sizeof(RTRECT),
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