VirtualBox

Changeset 6783 in vbox


Ignore:
Timestamp:
Feb 4, 2008 1:26:21 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: Seamless and solaris specifics.

Location:
trunk/src/VBox/Additions
Files:
4 edited

Legend:

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

    r6453 r6783  
    604604    {
    605605        pInfo->u32Result = VBOXGUEST_WAITEVENT_TIMEOUT;
    606         Log(("VBoxGuestCommonIOCtl: WAITEVENT: returns VINF_TIMEOUT\n"));
     606        Log(("VBoxGuestCommonIOCtl: WAITEVENT: returns VERR_TIMEOUT\n"));
    607607        return VERR_TIMEOUT;
    608608    }
     
    668668    {
    669669        pInfo->u32Result = VBOXGUEST_WAITEVENT_TIMEOUT;
    670         Log(("VBoxGuestCommonIOCtl: WAITEVENT: returns VINF_TIMEOUT\n"));
     670        Log(("VBoxGuestCommonIOCtl: WAITEVENT: returns VERR_TIMEOUT\n"));
    671671    }
    672672    else if (rc == VERR_INTERRUPTED)
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp

    r6780 r6783  
    111111    int rc;
    112112
    113     if (0 == cRects)
     113    if (!cRects || !pRects)
    114114        return VINF_SUCCESS;
    115115    rc = vbglR3GRAlloc((VMMDevRequestHeader **)&pReq,
  • trunk/src/VBox/Additions/x11/xclient/seamless-guest.h

    r6290 r6783  
    7979};
    8080
    81 #if defined(RT_OS_LINUX)
     81#if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
    8282# include "seamless-x11.h"  /* for VBoxGuestSeamlessGuestImpl */
    8383#else
  • trunk/src/VBox/Additions/x11/xclient/seamless-host.cpp

    r6290 r6783  
    135135        return;
    136136    }
    137     VbglR3SeamlessSendRects(pRects.get()->size(), pRects.get()->data());
     137    VbglR3SeamlessSendRects(pRects.get()->size(), pRects.get()->empty() ? NULL : &pRects.get()->front());
    138138}
    139139
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