mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
expernimental code to get window resizing working
This commit is contained in:
parent
ad4f29c6a8
commit
df330f33fd
3 changed files with 28 additions and 1 deletions
|
@ -149,7 +149,8 @@ main (int argc, const char *argv[])
|
|||
if (svs.num_clients || !sys_dead_sleep->int_val)
|
||||
timeout = &_timeout;
|
||||
|
||||
if (select (net_socket + 1, &fdset, NULL, NULL, timeout) == -1)
|
||||
if (select (net_socket + 1, &fdset, NULL, NULL, timeout) == -1
|
||||
&& errno != EINTR)
|
||||
continue;
|
||||
stdin_ready = FD_ISSET (0, &fdset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue