/[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 752 by jsorg71, Sun Jun 27 17:51:54 2004 UTC revision 753 by stargo, Mon Aug 23 11:13:50 2004 UTC
# Line 1445  ui_select(int rdp_socket) Line 1445  ui_select(int rdp_socket)
1445    
1446                  rdpdr_check_fds(&rfds, &wfds, (BOOL) False);                  rdpdr_check_fds(&rfds, &wfds, (BOOL) False);
1447    
                 if (FD_ISSET(rdp_socket, &rfds))  
                         return 1;  
   
1448  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
1449                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))
1450                          wave_out_play();                          wave_out_play();
1451  #endif  #endif
1452    
1453                    if (FD_ISSET(rdp_socket, &rfds))
1454                            return 1;
1455          }          }
1456  }  }
1457    

Legend:
Removed from v.752  
changed lines
  Added in v.753

  ViewVC Help
Powered by ViewVC 1.1.26