CVS: rdesktop rdesktop.c,1.104,1.105 rdp.c,1.57,1.58

Jay Sorg <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1579

Modified Files:
	rdesktop.c rdp.c 
Log Message:
fix the -b switch

Index: rdesktop.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** rdesktop.c	20 Apr 2004 07:01:17 -0000	1.104
--- rdesktop.c	26 Apr 2004 22:31:19 -0000	1.105
***************
*** 59,63 ****
  BOOL g_bitmap_compression = True;
  BOOL g_sendmotion = True;
! BOOL g_orders = True;
  BOOL g_encryption = True;
  BOOL packet_encryption = True;
--- 59,63 ----
  BOOL g_bitmap_compression = True;
  BOOL g_sendmotion = True;
! BOOL g_bitmap_cache = True;
  BOOL g_encryption = True;
  BOOL packet_encryption = True;
***************
*** 458,462 ****
  
  			case 'b':
! 				g_orders = False;
  				break;
  
--- 458,462 ----
  
  			case 'b':
! 				g_bitmap_cache = False;
  				break;
  

Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** rdp.c	26 Apr 2004 13:48:39 -0000	1.57
--- rdp.c	26 Apr 2004 22:31:22 -0000	1.58
***************
*** 34,37 ****
--- 34,38 ----
  extern int g_width;
  extern int g_height;
+ extern BOOL g_bitmap_cache;
  
  uint8 *g_next_packet;
***************
*** 437,441 ****
  	order_caps[1] = 1;	/* pat blt */
  	order_caps[2] = 1;	/* screen blt */
! 	order_caps[3] = 1;	/* required for memblt? */
  	order_caps[8] = 1;	/* line */
  	order_caps[9] = 1;	/* line */
--- 438,442 ----
  	order_caps[1] = 1;	/* pat blt */
  	order_caps[2] = 1;	/* screen blt */
! 	order_caps[3] = (g_bitmap_cache ? 1 : 0); /* memblt */
  	order_caps[8] = 1;	/* line */
  	order_caps[9] = 1;	/* line */



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.