netsurf/frontends
John-Mark Bell 862756a1a4 RISC OS: initialise font subsystem after Wimp_Initialise
If RUfl detects it is running in a Wimp task it will display a
progress meter while scanning fonts. We had this behaviour until
~2017, when it became broken due to the font initialisation being
moved before the call to Wimp_Initialise (because the hotlist
display logic got moved to the treeview, which needs fonts set up)

Move both the font and hotlist initialisation after the call to
Wimp_Initialise to restore the desired behaviour.
2022-05-27 15:09:48 +01:00
..
amiga Amiga: Do not use pre-multiplied alpha with CompositeTags() (ie. OS4 RTG) 2022-04-01 16:43:26 +01:00
atari Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
beos Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
framebuffer Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
gtk GTK: Simplify opaque bitmap handling. 2022-03-29 17:32:40 +01:00
monkey Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
riscos RISC OS: initialise font subsystem after Wimp_Initialise 2022-05-27 15:09:48 +01:00
windows Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
Makefile Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
Makefile.hts remove stray tab in hts makefile to fix amigaos3 build 2021-01-17 22:03:17 +00:00