1
0
Fork 0
OpenTTD/src/os/unix
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
..
CMakeLists.txt Feature: opt-in survey when exiting a game 2023-05-14 23:22:02 +02:00
crashlog_unix.cpp Codechange: Remove duplicated includes. (#10888) 2023-05-29 14:29:00 +01:00
font_unix.cpp Fix: Wayland crash on startup due to Pango also using FontConfig (#10916) 2023-06-03 19:09:02 +00:00
survey_unix.cpp Fix: track "memory installed" for surveys less precisely (#10910) 2023-06-03 19:07:56 +00:00
unix.cpp Codechange: replace buffer + strecpy with std::string for getting clipboard contents 2023-06-03 20:14:33 +02:00
unix_main.cpp Codechange: move main function(s) to separate files 2023-04-16 18:58:21 +02:00