/[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 676 by astrand, Tue Apr 20 07:01:21 2004 UTC revision 685 by stargo, Thu Apr 29 19:40:40 2004 UTC
# Line 58  int g_server_bpp = 8; Line 58  int g_server_bpp = 8;
58  int g_win_button_size = 0;      /* If zero, disable single app mode */  int g_win_button_size = 0;      /* If zero, disable single app mode */
59  BOOL g_bitmap_compression = True;  BOOL g_bitmap_compression = True;
60  BOOL g_sendmotion = True;  BOOL g_sendmotion = True;
61  BOOL g_orders = True;  BOOL g_bitmap_cache = True;
62  BOOL g_encryption = True;  BOOL g_encryption = True;
63  BOOL packet_encryption = True;  BOOL packet_encryption = True;
64  BOOL g_desktop_save = True;  BOOL g_desktop_save = True;
# Line 457  main(int argc, char *argv[]) Line 457  main(int argc, char *argv[])
457                                  break;                                  break;
458    
459                          case 'b':                          case 'b':
460                                  g_orders = False;                                  g_bitmap_cache = False;
461                                  break;                                  break;
462    
463                          case 'B':                          case 'B':
# Line 569  main(int argc, char *argv[]) Line 569  main(int argc, char *argv[])
569  #endif  #endif
570    
571                                                          if (strncmp("off", optarg, 3) == 0)                                                          if (strncmp("off", optarg, 3) == 0)
572    #ifdef WITH_RDPSND
573                                                                  g_rdpsnd = False;                                                                  g_rdpsnd = False;
574    #else
575                                                                    warning("Not compiled with sound support");
576    #endif
577    
578                                                          optarg = p;                                                          optarg = p;
579                                                  }                                                  }

Legend:
Removed from v.676  
changed lines
  Added in v.685

  ViewVC Help
Powered by ViewVC 1.1.26