- Timestamp:
- Jan 10, 2020 9:20:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp
r82692 r82708 96 96 }; 97 97 98 99 98 static void drmConnect(struct DRMCONTEXT *pContext) 100 99 { … … 200 199 if (RT_FAILURE(rc)) 201 200 VBClLogFatalError("Failed to register resizing support, rc=%Rrc\n", rc); 202 203 201 for (;;) 204 202 { … … 206 204 struct VMMDevDisplayDef aDisplays[VMW_MAX_HEADS]; 207 205 uint32_t cDisplaysOut; 208 209 206 /* Query the first size without waiting. This lets us e.g. pick up 210 207 * the last event before a guest reboot when we start again after. */ … … 237 234 } 238 235 } 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. */ 240 237 cEnabledMonitors = 0; 241 238 struct DRMVMWRECT aEnabledMonitors[VMW_MAX_HEADS];
Note:
See TracChangeset
for help on using the changeset viewer.