]> git.eshelyaron.com Git - emacs.git/commit
Unbreak display of characters on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 May 2019 05:26:32 +0000 (08:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 May 2019 05:26:32 +0000 (08:26 +0300)
commit38564f8a664347c42f7614d9c91e0d49e4a073e8
treec4ad682b3319103018f64c415c0b3c848d05eb01
parent627fa5a0cb8aa57b9c419d3bc0ae749cd573fd52
Unbreak display of characters on MS-Windows

* src/w32font.c (w32font_draw): Convert the glyph_string's
char2b array to 16-bit WCHAR data that ExtTextOutW needs.
src/w32font.c