summarylogtreecommitdiffstats
path: root/new_xorg.patch
blob: ccd121456eff9f588e56b6a7ba7eb203d55845f0 (plain)
1
2
3
4
5
6
57,58c57,58
< 
<         select(xfd + 1, &fdset, NULL, NULL, NULL);
---
> 	struct timeval tv = {.tv_sec = 0, .tv_usec = 5000};
>         select(xfd + 1, &fdset, NULL, NULL, &tv);