VirtualBox

Changeset 82708 in vbox for trunk


Ignore:
Timestamp:
Jan 10, 2020 9:20:23 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. Some more refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp

    r82692 r82708  
    9696};
    9797
    98 
    9998static void drmConnect(struct DRMCONTEXT *pContext)
    10099{
     
    200199    if (RT_FAILURE(rc))
    201200        VBClLogFatalError("Failed to register resizing support, rc=%Rrc\n", rc);
    202 
    203201    for (;;)
    204202    {
     
    206204        struct VMMDevDisplayDef aDisplays[VMW_MAX_HEADS];
    207205        uint32_t cDisplaysOut;
    208 
    209206        /* Query the first size without waiting.  This lets us e.g. pick up
    210207         * the last event before a guest reboot when we start again after. */
     
    237234                }
    238235            }
    239             /* Create an dense (consisting of enable monitors only) array to pass to DRM. */
     236            /* Create an dense (consisting of enabled monitors only) array to pass to DRM. */
    240237            cEnabledMonitors = 0;
    241238            struct DRMVMWRECT aEnabledMonitors[VMW_MAX_HEADS];
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