From 0f40bd195ec95e77396bede0801ca6e593490238 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 24 Dec 2006 15:24:17 +0000 Subject: [PATCH] fix SGI output driver git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1354 423420c4-83ab-492f-b58f-81f9feb106b5 --- rdpsnd_sgi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rdpsnd_sgi.c b/rdpsnd_sgi.c index 47cd3c5..a0b864f 100644 --- a/rdpsnd_sgi.c +++ b/rdpsnd_sgi.c @@ -44,6 +44,8 @@ void sgi_play(void); void 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