fix SGI output driver

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1354 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-12-24 15:24:17 +00:00
parent c9c3ab52e3
commit 0f40bd195e

View File

@ -44,6 +44,8 @@ void sgi_play(void);
void void
sgi_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv) sgi_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv)
{ {
/* We need to be called rather often... */
FD_SET(0, wfds);
} }
void void