- Simplify blitting the screen bitmap to the main window.
This also hides a ROS GDI bug, for which I'm going to open a new bug report.
See issue #3241 for more details.
svn path=/trunk/; revision=33528
rop = NOTSRCCOPY;\r
}\r
\r
+ /* Blast the stretched image from memory DC to window DC.*/\r
StretchBlt(\r
- HdcStrech,\r
+ aDc,\r
0,\r
0,\r
AppWidth,\r
blitAreaHeight,\r
rop);\r
\r
- /* Blast the image from memory DC to client DC.*/\r
- BitBlt (\r
- aDc,\r
- 0 ,\r
- 0 ,\r
- AppWidth ,\r
- AppHeight ,\r
- HdcStrech ,\r
- 0 ,\r
- 0 ,\r
- SRCCOPY);\r
-\r
/* Cleanup.*/\r
SelectObject (HdcStrech, hOld);\r
DeleteObject (HbmpStrech);\r