Commit 26a5da6c authored by Cedric Roux's avatar Cedric Roux

bugfix

yes you need this xflush before sleeping into select...
parent b168a283
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment