Changeset 47529 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Timestamp:
- Aug 2, 2013 6:18:05 PM (11 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r47485 r47529 2800 2800 { 2801 2801 GLboolean fForcePresent; 2802 uint32_t cRects; 2803 const RTRECT *pRects; 2802 2804 2803 int rc = VINF_SUCCESS; 2805 2804 -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c
r47485 r47529 329 329 int32_t dy = cr_server.RootVrCurPoint.y - mural->gY; 330 330 331 cr_server.RootVrCurPoint.x = mural->gX; 332 cr_server.RootVrCurPoint.y = mural->gY; 333 331 334 VBoxVrListTranslate(&cr_server.RootVr, dx, dy); 332 335 } … … 494 497 { 495 498 CR_DISPLAY_ENTRY *pDEntry = CR_DENTRY_FROM_CENTRY(pEntry); 499 Assert(!CrVrScrCompositorEntryIsUsed(&pDEntry->RootVrCEntry)); 496 500 CrVrScrCompositorEntryInit(&pDEntry->RootVrCEntry, CrVrScrCompositorEntryTexGet(pEntry), NULL); 497 501 return &pDEntry->RootVrCEntry;
Note:
See TracChangeset
for help on using the changeset viewer.