Skip to content
Snippets Groups Projects
Commit 26a5da6c authored by Cedric Roux's avatar Cedric Roux
Browse files

bugfix

yes you need this xflush before sleeping into select...
parent b168a283
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ static void *plot_thread(void *_p)
0, 0, p->width, p->height, 0, 0);
}
XFlush(p->d);
FD_ZERO(&rset);
FD_SET(p->timer_pipe[0], &rset);
FD_SET(xfd, &rset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment