point out the bug that destroys the async nature of font scanning
This commit is contained in:
parent
31b51a4034
commit
f9041cb94a
1 changed files with 1 additions and 1 deletions
|
|
@ -1934,7 +1934,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
waiting_for_fonts = 1;
|
waiting_for_fonts = 1;
|
||||||
#ifdef FORKED_FONTS
|
#ifdef FORKED_FONTS
|
||||||
receive_some_font_info(screen);
|
receive_some_font_info(screen); // FIXME: this MUST NOT be called until the text tool runs!
|
||||||
#else
|
#else
|
||||||
while (!font_thread_done && !font_thread_aborted)
|
while (!font_thread_done && !font_thread_aborted)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue