OpenTTD/src/os
Patric Stout cd751a598a
Fix: Wayland crash on startup due to Pango also using FontConfig (#10916)
Basically, we haven't been a good neighbour. Turns out you shouldn't
actually call FcFini when you are done, as some library might still
want to use FontConfig. And they use a shared instance for their
administration.

The idea is that you call FcInit once, and use FcConfigReference
after that to get an instance, you can release. This entry is
ref-counted, and things happen automatically based on that.

At least, I think.
2023-06-03 19:09:02 +00:00
..
macosx Fix: track "memory installed" for surveys less precisely (#10910) 2023-06-03 19:07:56 +00:00
os2 Codechange: replace buffer + strecpy with std::string for getting clipboard contents 2023-06-03 20:14:33 +02:00
unix Fix: Wayland crash on startup due to Pango also using FontConfig (#10916) 2023-06-03 19:09:02 +00:00
windows Fix: track "memory installed" for surveys less precisely (#10910) 2023-06-03 19:07:56 +00:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00