--- sourceforge.net/trunk/rdesktop/rdesktop.c 2001/06/20 13:54:48 28 +++ sourceforge.net/trunk/rdesktop/rdesktop.c 2001/09/14 03:38:39 29 @@ -33,14 +33,12 @@ int height = 600; int keylayout = 0x409; BOOL bitmap_compression = True; -BOOL motion = True; +BOOL sendmotion = True; BOOL orders = True; BOOL licence = True; BOOL use_encryption = True; BOOL desktop_save = True; -BOOL grab_keyboard = True; BOOL fullscreen = False; -int private_colormap = False; /* Display usage information */ static void @@ -83,7 +81,7 @@ flags = RDP_LOGON_NORMAL; domain[0] = password[0] = shell[0] = directory[0] = 0; - while ((c = getopt(argc, argv, "u:d:s:c:p:n:w:h:k:bml?")) != -1) + while ((c = getopt(argc, argv, "u:d:s:c:p:n:g:k:mbleKFVh?")) != -1) { switch (c) { @@ -134,7 +132,7 @@ break; case 'm': - motion = False; + sendmotion = False; break; case 'b': @@ -148,15 +146,11 @@ case 'e': use_encryption = False; break; - case 'K': - grab_keyboard = False; - break; + case 'F': fullscreen = True; break; - case 'v': - private_colormap = True; - break; + case 'h': case '?': default: