Changeset 28308 in vbox
- Timestamp:
- Apr 14, 2010 3:17:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r28282 r28308 24 24 #include "ConsoleVRDPServer.h" 25 25 #include "VMMDev.h" 26 #include <iprt/stream.h> 26 27 27 28 #include "AutoCaller.h" … … 2288 2289 #endif /* !VBOX_WITH_OLD_VBVA_LOCK */ 2289 2290 2290 if (RT_SUCCESS(vrc) )2291 if (RT_SUCCESS(vrc) && pu8Data) 2291 2292 { 2292 2293 if (cx == width && cy == height)
Note:
See TracChangeset
for help on using the changeset viewer.