]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Change the unifont API so that text is passed right down to the
authorSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
commit24bad48f005b9db2844b43b4359b832bbcfcf6ff
tree49c7c0b380b3f82fea520c6d4d9b0e1df94cc076
parentc8d943ed9d44a618a34c81af890f9f2c0d950afd
Change the unifont API so that text is passed right down to the
individual font implementation as wchar_t, rather than having to be
converted by the client into the appropriate MBCS/SBCS.

This also means I can remove 'real_charset' from the public-facing
contents of the unifont structure.

[originally from svn r9292]
unix/gtkfont.c
unix/gtkfont.h
unix/gtkwin.c