VirtualBox

Ignore:
Timestamp:
Apr 23, 2014 11:39:21 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93425
Message:

extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better DevVGA/CrCmd integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp

    r50754 r51121  
    395395
    396396
    397 static int crVBoxServerResizeScreen(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM)
     397int crVBoxServerResizeScreen(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM)
    398398{
    399399    int rc;
     
    431431DECLEXPORT(int) crVBoxServerNotifyResize(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM)
    432432{
     433    if (cr_server.fCrCmdEnabled)
     434    {
     435        WARN(("crVBoxServerNotifyResize for enabled CrCmd"));
     436        return VERR_INVALID_STATE;
     437    }
     438
    433439    int rc = crVBoxServerResizeScreen(pScreen, pvVRAM);
    434440    if (!RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette