CVS: rdesktop xwin.c,1.177,1.178

Peter Åstrand <[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-serv26403

Modified Files:
	xwin.c 
Log Message:
null_pointer_data must actually be 24 bytes. Fixes another Valgrind
warning.


Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** xwin.c	8 Sep 2004 07:19:20 -0000	1.177
--- xwin.c	21 Oct 2004 08:43:22 -0000	1.178
***************
*** 947,951 ****
  {
  	uint8 null_pointer_mask[1] = { 0x80 };
! 	uint8 null_pointer_data[9] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
  	XSetWindowAttributes attribs;
  	XClassHint *classhints;
--- 947,952 ----
  {
  	uint8 null_pointer_mask[1] = { 0x80 };
! 	uint8 null_pointer_data[24] = { 0x00 };
! 
  	XSetWindowAttributes attribs;
  	XClassHint *classhints;



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