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

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

revision 76 by astrand, Mon Jul 29 20:16:22 2002 UTC revision 81 by jsorg71, Tue Jul 30 01:57:39 2002 UTC
# Line 63  usage(char *program) Line 63  usage(char *program)
63          printf("   -e: disable encryption (French TS)\n");          printf("   -e: disable encryption (French TS)\n");
64          printf("   -m: do not send motion events\n");          printf("   -m: do not send motion events\n");
65          printf("   -l: do not request licence\n");          printf("   -l: do not request licence\n");
66          printf("   -t: rdp tcp port\n\n");          printf("   -t: rdp tcp port\n");
67          printf("   -K: keep window manager key bindings\n");          printf("   -K: keep window manager key bindings\n");
68  }  }
69    
# 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.76  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26