]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
More consistent handling of X11 font aliases: we now don't resolve
authorSimon Tatham <anakin@pobox.com>
Thu, 27 Mar 2008 19:41:08 +0000 (19:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 27 Mar 2008 19:41:08 +0000 (19:41 +0000)
commitbb80007da4edcebd0d7d90d9b303429b4619043d
treeacc79c02979ab03e9d2b2de1b1b1d8f6e029406d
parentf0b78b8869566752d55696cc181cf7e733b1b749
More consistent handling of X11 font aliases: we now don't resolve
them automatically. If the user selects an alias in the font
selector, they get that alias copied literally into the output font
name string; when they return to the font selector, the alias is
still selected. We still _can_ resolve aliases, but we only do it on
demand: double-clicking one in the list box will do the job.

[originally from svn r7944]
unix/gtkfont.c