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

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

revision 79 by astrand, Mon Jul 29 20:35:13 2002 UTC revision 81 by jsorg71, Tue Jul 30 01:57:39 2002 UTC
# Line 229  main(int argc, char *argv[]) Line 229  main(int argc, char *argv[])
229          strncat(title, server, sizeof(title) - sizeof("rdesktop - "));          strncat(title, server, sizeof(title) - sizeof("rdesktop - "));
230    
231          xkeymap_init1();          xkeymap_init1();
232            if(!ui_init())
233              return 1;
234    
235          if (!rdp_connect(server, flags, domain, password, shell, directory))          if (!rdp_connect(server, flags, domain, password, shell, directory))
236                  return 1;                  return 1;

Legend:
Removed from v.79  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26