Changeset 6290 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 9, 2008 10:49:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp
r6000 r6290 54 54 #ifdef DEBUG 55 55 if (RT_SUCCESS(rc)) 56 LogRel(("Successfully enabled seamless modeon the host.\n"));56 LogRel(("Successfully set the seamless capability on the host.\n")); 57 57 else 58 LogRel(("Failed to enabled seamless modeon the host, rc = %Rrc.\n", rc));58 LogRel(("Failed to set the seamless capability on the host, rc = %Rrc.\n", rc)); 59 59 #endif 60 60 return rc; … … 116 116 int rc; 117 117 118 if (0 == cRects) 119 return VINF_SUCCESS; 118 120 rc = VbglR3GRAlloc((VMMDevRequestHeader **)&req, 119 121 sizeof(VMMDevVideoSetVisibleRegion) + (cRects - 1) * sizeof(RTRECT),
Note:
See TracChangeset
for help on using the changeset viewer.