Changeset 46055 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 14, 2013 10:51:49 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r46007 r46055 657 657 658 658 /* If there is no framebuffer, this call is not interesting. */ 659 if ( uScreenId >= mcMonitors 660 || maFramebuffers[uScreenId].pFramebuffer.isNull()) 659 if (uScreenId >= mcMonitors) 661 660 { 662 661 return VINF_SUCCESS; … … 669 668 mLastHeight = h; 670 669 mLastFlags = flags; 670 671 if (maFramebuffers[uScreenId].pFramebuffer.isNull()) 672 { 673 return VINF_SUCCESS; 674 } 671 675 672 676 ULONG pixelFormat;
Note:
See TracChangeset
for help on using the changeset viewer.