wordpad: Avoid making monochrome bitmaps for print preview.
commit003e7e967545711f5a750b05686856d7630d7ce5
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 17 Feb 2010 19:16:01 +0000 (17 14:16 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Feb 2010 11:18:26 +0000 (18 12:18 +0100)
treef709639dd7ceee8f6b9f8aa503064463c72e7eec
parent9106860c853511b8d5c739b69a6292eb395b5473
wordpad: Avoid making monochrome bitmaps for print preview.

Previewly monochrome bitmaps were being created by CreateCompatibleBitmap
because the hdc passed into that call came from CreateCompatibleDC which is
initialized with a single pixel monochrome bitmap.
programs/wordpad/print.c