Changeset 51152 in vbox
- Timestamp:
- Apr 28, 2014 10:39:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp
r51148 r51152 1367 1367 const struct VBVAINFOSCREEN* pScreen = CrFbGetScreenInfo(hFb); 1368 1368 VBOXCMDVBVAOFFSET offVRAM = (VBOXCMDVBVAOFFSET)(((uintptr_t)CrFbGetVRAM(hFb)) - ((uintptr_t)g_pvVRamBase)); 1369 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, NULL, cRegions, pRegions, true); 1369 RTPOINT Pos = {0,0}; 1370 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true); 1370 1371 if (i8Result) 1371 1372 { … … 4745 4746 if (!hFb) 4746 4747 { 4747 WARN(("request to present on disabled framebuffer, ignore"));4748 LOG(("request to present on disabled framebuffer, ignore")); 4748 4749 return; 4749 4750 }
Note:
See TracChangeset
for help on using the changeset viewer.