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

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

revision 788 by astrand, Thu Oct 21 08:43:22 2004 UTC revision 795 by stargo, Wed Nov 3 13:56:52 2004 UTC
# Line 1435  ui_select(int rdp_socket) Line 1435  ui_select(int rdp_socket)
1435                                  error("select: %s\n", strerror(errno));                                  error("select: %s\n", strerror(errno));
1436    
1437                          case 0:                          case 0:
1438                                  /* TODO: if tv.tv_sec just times out                                  /* Abort serial read calls */
1439                                   * we will segfault.                                  if (s_timeout)
1440                                   * FIXME:                                          rdpdr_check_fds(&rfds, &wfds, (BOOL) True);
                                  */  
                                 //s_timeout = True;  
                                 //rdpdr_check_fds(&rfds, &wfds, (BOOL) True);  
1441                                  continue;                                  continue;
1442                  }                  }
1443    

Legend:
Removed from v.788  
changed lines
  Added in v.795

  ViewVC Help
Powered by ViewVC 1.1.26