]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix from Robert de Bath which reorders the Windows initialisation
authorSimon Tatham <anakin@pobox.com>
Sun, 13 May 2012 15:59:24 +0000 (15:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 13 May 2012 15:59:24 +0000 (15:59 +0000)
commitd095b3c35c8b8a597dbff99dd34ff19bfa3986fe
tree133e7fa20346fe2b19a5b4077ebef717e852b7fb
parent16a02bb9fc3f6e5ac89822d6a773cb00369a38c5
Fix from Robert de Bath which reorders the Windows initialisation
sequence: since init_fonts sets up ucsdata based on the available
Windows fonts, we should call it before passing ucsdata to term_init.

[originally from svn r9527]
windows/window.c