CVS: rdesktop cache.c,1.18,1.19 rdp.c,1.69,1.70

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-serv14876

Modified Files:
	cache.c rdp.c 
Log Message:
make a local var static and remove a unused var

Index: cache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cache.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** cache.c	2 Oct 2004 00:40:13 -0000	1.18
--- cache.c	2 Oct 2004 01:01:57 -0000	1.19
***************
*** 29,34 ****
  
  uint32 g_stamp;
- int g_num_bitmaps_in_memory[3];
  
  
  /* BITMAP CACHE */
--- 29,34 ----
  
  uint32 g_stamp;
  
+ static int g_num_bitmaps_in_memory[3];
  
  /* BITMAP CACHE */
***************
*** 42,46 ****
  	int i;
  	uint16 cache_idx = 0;
! 	uint32 m = (uint32) - 1;
  	BMPCACHEENTRY *pbce;
  
--- 42,46 ----
  	int i;
  	uint16 cache_idx = 0;
! 	uint32 m = 0xffffffff;
  	BMPCACHEENTRY *pbce;
  

Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** rdp.c	11 Sep 2004 22:57:42 -0000	1.69
--- rdp.c	2 Oct 2004 01:01:57 -0000	1.70
***************
*** 1072,1076 ****
  	uint16 clen;
  	uint32 len;
- 	static int max_size;
  
  	uint32 roff, rlen;
--- 1072,1075 ----



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
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.