Changeset 28235 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Apr 13, 2010 8:48:47 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r28220 r28235 2418 2418 u32DstWidth, u32DstHeight, 2419 2419 u32DstLineSize, u32DstBitsPerPixel); 2420 if (RT_SUCCESS(rc)) 2421 { 2422 pDisplay->handleDisplayUpdate(x + pFBInfo->xOrigin, y + pFBInfo->yOrigin, width, height); 2423 } 2420 2424 } 2421 2425 else
Note:
See TracChangeset
for help on using the changeset viewer.