CVS: rdesktop xclip.c,1.27,1.28

Pierre Ossman <[email protected]> Mon, 27 Mar 2006 00:39:23 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8866

Modified Files:
	xclip.c 
Log Message:
Use the helper functions since they make sure the server end flushes its
cache.


Index: xclip.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xclip.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** xclip.c	1 Mar 2006 14:16:41 -0000	1.27
--- xclip.c	27 Mar 2006 08:39:20 -0000	1.28
***************
*** 333,337 ****
  			DEBUG_CLIPBOARD(("Sending Unicode string of %d bytes\n",
  					 translated_data_size));
! 			cliprdr_send_data(translated_data, translated_data_size);
  			xfree(translated_data);	/* Not the same thing as XFree! */
  		}
--- 333,337 ----
  			DEBUG_CLIPBOARD(("Sending Unicode string of %d bytes\n",
  					 translated_data_size));
! 			helper_cliprdr_send_response(translated_data, translated_data_size);
  			xfree(translated_data);	/* Not the same thing as XFree! */
  		}
***************
*** 354,358 ****
  		if (translated_data != NULL)
  		{
! 			cliprdr_send_data(translated_data, length);
  			xfree(translated_data);	/* Not the same thing as XFree! */
  		}
--- 354,358 ----
  		if (translated_data != NULL)
  		{
! 			helper_cliprdr_send_response(translated_data, length);
  			xfree(translated_data);	/* Not the same thing as XFree! */
  		}
***************
*** 843,847 ****
  
  	/* No data available */
! 	cliprdr_send_data(NULL, 0);
  }
  
--- 843,847 ----
  
  	/* No data available */
! 	helper_cliprdr_send_empty_response();
  }
  



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642