VirtualBox

Changeset 50940 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 1, 2014 11:22:34 AM (11 years ago)
Author:
vboxsync
Message:

compilable w/o CROGL

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp

    r50914 r50940  
    21312131    }
    21322132
     2133#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    21332134    VBOXCRCMDCTL_HGCM data;
    21342135    data.Hdr.enmType = VBOXCRCMDCTL_TYPE_HGCM;
     
    21472148
    21482149    LogRel(("VRDE: %s 3D redirect.\n", fEnable? "Enabled": "Disabled"));
    2149 #ifdef DEBUG_misha
     2150# ifdef DEBUG_misha
    21502151    AssertFailed();
     2152# endif
    21512153#endif
    21522154
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r50908 r50940  
    315315        uint32_t cy = 0;
    316316
    317 #ifdef VBOX_WITH_CROGL
     317#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    318318        BOOL f3DSnapshot = FALSE;
    319319        BOOL is3denabled;
     
    731731}
    732732
    733 #ifdef VBOX_WITH_CROGL
     733#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    734734int Display::crOglWindowsShow(bool fShow)
    735735{
     
    24462446            }
    24472447        }
    2448 #endif /* VBOX_WITH_CROGL */
     2448#endif /* #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) */
    24492449    }
    24502450    else
     
    25972597}
    25982598
    2599 #ifdef VBOX_WITH_CROGL
     2599#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    26002600BOOL Display::displayCheckTakeScreenshotCrOgl(Display *pDisplay, ULONG aScreenId, uint8_t *pu8Data, uint32_t u32Width, uint32_t u32Height)
    26012601{
     
    36103610}
    36113611
    3612 #ifdef VBOX_WITH_CROGL
     3612#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    36133613void Display::crViewportNotify(VMMDev *pVMMDev, ULONG aScreenId, ULONG x, ULONG y, ULONG width, ULONG height)
    36143614{
     
    43944394#endif
    43954395
     4396#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    43964397DECLCALLBACK(void)  Display::displayCrHgcmCtlSubmitCompletion(int32_t result, uint32_t u32Function, PVBOXHGCMSVCPARM pParam, void *pvContext)
    43974398{
     
    44464447}
    44474448
    4448 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    44494449bool  Display::handleCrVRecScreenshotBegin(uint32_t uScreen, uint64_t u64TimeStamp)
    44504450{
     
    50565056    pThis->IConnector.pfnCrHgsmiControlProcess = Display::displayCrHgsmiControlProcess;
    50575057#endif
     5058#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    50585059    pThis->IConnector.pfnCrHgcmCtlSubmit       = Display::displayCrHgcmCtlSubmit;
     5060#endif
    50595061#ifdef VBOX_WITH_HGSMI
    50605062    pThis->IConnector.pfnVBVAEnable            = Display::displayVBVAEnable;
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