Changeset 50940 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 1, 2014 11:22:34 AM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r50914 r50940 2131 2131 } 2132 2132 2133 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 2133 2134 VBOXCRCMDCTL_HGCM data; 2134 2135 data.Hdr.enmType = VBOXCRCMDCTL_TYPE_HGCM; … … 2147 2148 2148 2149 LogRel(("VRDE: %s 3D redirect.\n", fEnable? "Enabled": "Disabled")); 2149 # ifdef DEBUG_misha2150 # ifdef DEBUG_misha 2150 2151 AssertFailed(); 2152 # endif 2151 2153 #endif 2152 2154 -
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r50908 r50940 315 315 uint32_t cy = 0; 316 316 317 #if def VBOX_WITH_CROGL317 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 318 318 BOOL f3DSnapshot = FALSE; 319 319 BOOL is3denabled; … … 731 731 } 732 732 733 #if def VBOX_WITH_CROGL733 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 734 734 int Display::crOglWindowsShow(bool fShow) 735 735 { … … 2446 2446 } 2447 2447 } 2448 #endif /* VBOX_WITH_CROGL*/2448 #endif /* #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) */ 2449 2449 } 2450 2450 else … … 2597 2597 } 2598 2598 2599 #if def VBOX_WITH_CROGL2599 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 2600 2600 BOOL Display::displayCheckTakeScreenshotCrOgl(Display *pDisplay, ULONG aScreenId, uint8_t *pu8Data, uint32_t u32Width, uint32_t u32Height) 2601 2601 { … … 3610 3610 } 3611 3611 3612 #if def VBOX_WITH_CROGL3612 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 3613 3613 void Display::crViewportNotify(VMMDev *pVMMDev, ULONG aScreenId, ULONG x, ULONG y, ULONG width, ULONG height) 3614 3614 { … … 4394 4394 #endif 4395 4395 4396 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 4396 4397 DECLCALLBACK(void) Display::displayCrHgcmCtlSubmitCompletion(int32_t result, uint32_t u32Function, PVBOXHGCMSVCPARM pParam, void *pvContext) 4397 4398 { … … 4446 4447 } 4447 4448 4448 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)4449 4449 bool Display::handleCrVRecScreenshotBegin(uint32_t uScreen, uint64_t u64TimeStamp) 4450 4450 { … … 5056 5056 pThis->IConnector.pfnCrHgsmiControlProcess = Display::displayCrHgsmiControlProcess; 5057 5057 #endif 5058 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) 5058 5059 pThis->IConnector.pfnCrHgcmCtlSubmit = Display::displayCrHgcmCtlSubmit; 5060 #endif 5059 5061 #ifdef VBOX_WITH_HGSMI 5060 5062 pThis->IConnector.pfnVBVAEnable = Display::displayVBVAEnable;
Note:
See TracChangeset
for help on using the changeset viewer.