[Commits] [wesnoth/wesnoth] e28cb8: font: Mark our local fonts as private on Windows
GitHub
noreply at github.com
Fri Jun 5 23:16:44 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: e28cb897ad03d8ded83ab6b58bd7b361242850ab
https://github.com/wesnoth/wesnoth/commit/e28cb897ad03d8ded83ab6b58bd7b361242850ab
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-06-05 (Fri, 05 Jun 2015)
Changed paths:
M changelog
M src/font.cpp
Log Message:
-----------
font: Mark our local fonts as private on Windows
According to the MSDN documentation, this means they'll automatically get
released when Wesnoth's process terminates (presumably independently of
the cause). This should fix Windows holding locks on the font files after
Wesnoth's process dies unexpectedly as reported by gfgtdf.
Additionally, this means applications started during a Wesnoth session
won't be able to use our fonts.
More information about the Commits
mailing list