Changeset 48341 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
- Timestamp:
- Sep 6, 2013 7:18:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
r48325 r48341 108 108 if (!RT_SUCCESS(rc)) 109 109 { 110 crWarning("CrBltEnter failed, rc %d" );110 crWarning("CrBltEnter failed, rc %d", rc); 111 111 return rc; 112 112 } … … 644 644 if (!RT_SUCCESS(rc)) 645 645 { 646 crWarning("Failed to use no-alpha program rc !, falling back to default blit", rc);646 crWarning("Failed to use no-alpha program rc %d!, falling back to default blit", rc); 647 647 pBlitter->pfnBlt(pBlitter, pSrc, paSrcRects, pDstSize, paDstRects, cRects, fFlags); 648 648 return;
Note:
See TracChangeset
for help on using the changeset viewer.