/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd_libao.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_libao.c

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

revision 1373 by stargo, Mon Jan 8 12:38:34 2007 UTC revision 1422 by stargo, Tue Oct 30 13:57:31 2007 UTC
# Line 42  void Line 42  void
42  libao_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv)  libao_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv)
43  {  {
44          /* We need to be called rather often... */          /* We need to be called rather often... */
45          FD_SET(0, wfds);          if (o_device != NULL && !rdpsnd_queue_empty())
46                    FD_SET(0, wfds);
47  }  }
48    
49  void  void

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

  ViewVC Help
Powered by ViewVC 1.1.26