point out the bug that destroys the async nature of font scanning

This commit is contained in:
Albert Cahalan 2009-11-08 02:12:27 +00:00
parent 31b51a4034
commit f9041cb94a

View file

@ -1934,7 +1934,7 @@ int main(int argc, char *argv[])
waiting_for_fonts = 1;
#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
while (!font_thread_done && !font_thread_aborted)
{