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

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

revision 474 by matthewc, Tue Sep 30 09:11:08 2003 UTC revision 478 by matthewc, Sun Oct 5 12:07:56 2003 UTC
# Line 1085  ui_select(int rdp_socket) Line 1085  ui_select(int rdp_socket)
1085          int n = (rdp_socket > g_x_socket) ? rdp_socket + 1 : g_x_socket + 1;          int n = (rdp_socket > g_x_socket) ? rdp_socket + 1 : g_x_socket + 1;
1086          fd_set rfds, wfds;          fd_set rfds, wfds;
1087    
         FD_ZERO(&rfds);  
   
1088          while (True)          while (True)
1089          {          {
1090                  /* Process any events already waiting */                  /* Process any events already waiting */
# Line 1121  ui_select(int rdp_socket) Line 1119  ui_select(int rdp_socket)
1119                          return 1;                          return 1;
1120    
1121  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
1122                  if (FD_ISSET(g_dsp_fd, &wfds))                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))
1123                          wave_out_play();                          wave_out_play();
1124  #endif  #endif
1125          }          }

Legend:
Removed from v.474  
changed lines
  Added in v.478

  ViewVC Help
Powered by ViewVC 1.1.26