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

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

revision 5 by matty, Wed May 10 07:36:34 2000 UTC revision 6 by matty, Wed Jul 5 07:44:21 2000 UTC
# Line 1  Line 1 
1  /*  /*
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     Protocol services - ISO layer     Entrypoint and utility functions
4     Copyright (C) Matthew Chapman 1999-2000     Copyright (C) Matthew Chapman 1999-2000
5        
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 39  int main(int argc, char *argv[]) Line 39  int main(int argc, char *argv[])
39    
40          fprintf(stderr, "Connection successful.\n");          fprintf(stderr, "Connection successful.\n");
41    
42            conn->wnd = ui_create_window(640, 480);
43            rdp_main_loop(conn);
44    
45            ui_destroy_window(conn->wnd);
46          rdp_disconnect(conn);          rdp_disconnect(conn);
47    
48          return 0;          return 0;

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26