/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1421 by jsorg71, Mon Jan 8 04:47:06 2007 UTC revision 1422 by stargo, Tue Oct 30 13:57:31 2007 UTC
# Line 45  void Line 45  void
45  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)
46  {  {
47          /* We need to be called rather often... */          /* We need to be called rather often... */
48          FD_SET(0, wfds);          if (output_port != (ALport) 0 && !rdpsnd_queue_empty())
49                    FD_SET(0, wfds);
50  }  }
51    
52  void  void

Legend:
Removed from v.1421  
changed lines
  Added in v.1422

  ViewVC Help
Powered by ViewVC 1.1.26