Changeset 58048 in vbox
- Timestamp:
- Oct 6, 2015 10:11:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r57809 r58048 1305 1305 DISPLAYFBINFO *pFBInfo = &maFramebuffers[uScreenId]; 1306 1306 1307 if ( !pFBInfo->pFramebuffer.isNull()1308 & RT_BOOL(pFBInfo->u32Caps & FramebufferCapabilities_VisibleRegion))1307 if ( !pFBInfo->pFramebuffer.isNull() 1308 && RT_BOOL(pFBInfo->u32Caps & FramebufferCapabilities_VisibleRegion)) 1309 1309 { 1310 1310 /* Prepare a new array of rectangles which intersect with the framebuffer.
Note:
See TracChangeset
for help on using the changeset viewer.