gdi32: Provide a non-blank font face name for ANSI_FIXED_FONT.
commite2d7da06047e40b6f3a0e174e22a70fe59d2c93d
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 4 Mar 2010 10:17:29 +0000 (4 05:17 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Mar 2010 11:30:50 +0000 (4 12:30 +0100)
tree10fc36851350533e3e405638768f076ac2d50b84
parent353035fadd7f4098a22ee40d91d23b3882fe4531
gdi32: Provide a non-blank font face name for ANSI_FIXED_FONT.

This patch avoids using the wrong font when this stock font is selected,
which could be seen by modifying notepad to send WM_SETFONT to the edit
control with GetStockObject(ANSI_FIXED_FONT) for wParam.
dlls/gdi32/gdiobj.c