/[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 471 by forsberg, Mon Sep 22 12:33:21 2003 UTC revision 479 by astrand, Mon Oct 6 09:37:24 2003 UTC
# Line 40  Line 40 
40  #include "crypto/md5.h"  #include "crypto/md5.h"
41  #endif  #endif
42    
43  char g_title[32] = "";  char g_title[64] = "";
44  char g_username[16];  char g_username[64];
45  char hostname[16];  char hostname[16];
46  char keymapname[16];  char keymapname[16];
47  int keylayout = 0x409;          /* Defaults to US keyboard layout */  int keylayout = 0x409;          /* Defaults to US keyboard layout */
# Line 197  main(int argc, char *argv[]) Line 197  main(int argc, char *argv[])
197          char server[64];          char server[64];
198          char fullhostname[64];          char fullhostname[64];
199          char domain[16];          char domain[16];
200          char password[16];          char password[64];
201          char shell[128];          char shell[128];
202          char directory[32];          char directory[32];
203          BOOL prompt_password, rdp_retval = False;          BOOL prompt_password, rdp_retval = False;
# Line 425  main(int argc, char *argv[]) Line 425  main(int argc, char *argv[])
425          if (!ui_init())          if (!ui_init())
426                  return 1;                  return 1;
427    
428          /* rdpsnd_init(); */  #ifdef WITH_RDPSND
429            rdpsnd_init();
430    #endif
431          /* rdpdr_init(); */          /* rdpdr_init(); */
432    
433          if (!rdp_connect(server, flags, domain, password, shell, directory))          if (!rdp_connect(server, flags, domain, password, shell, directory))

Legend:
Removed from v.471  
changed lines
  Added in v.479

  ViewVC Help
Powered by ViewVC 1.1.26