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