Changeset 54478 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 25, 2015 10:46:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r54197 r54478 298 298 299 299 TRACE_LOG("cDisplay=%u, mode=%i\n", cDisplay, mode); 300 if (pVBox->pScreens[cDisplay].fCrtcEnabled == fEnabled)301 return;302 300 pVBox->pScreens[cDisplay].fCrtcEnabled = fEnabled; 303 301 /* Don't fiddle with the hardware if we are switched … … 409 407 410 408 TRACE_LOG("cDisplay=%u, mode=%i\n", cDisplay, mode); 411 if (pVBox->pScreens[cDisplay].fOutputEnabled == fEnabled)412 return;413 409 pVBox->pScreens[cDisplay].fOutputEnabled = fEnabled; 414 410 /* Don't fiddle with the hardware if we are switched
Note:
See TracChangeset
for help on using the changeset viewer.