CVS: rdesktop cliprdr.c,1.25,1.26
Pierre Ossman <[email protected]> Mon, 27 Mar 2006 00:24:43 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32708
Modified Files:
cliprdr.c
Log Message:
More clipboard debug output.
Index: cliprdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cliprdr.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** cliprdr.c 14 Nov 2005 14:46:16 -0000 1.25
--- cliprdr.c 27 Mar 2006 08:24:41 -0000 1.26
***************
*** 61,64 ****
--- 61,66 ----
uint8 buffer[36];
+ DEBUG_CLIPBOARD(("cliprdr_send_simple_native_format_announce\n"));
+
buf_out_uint32(buffer, format);
memset(buffer + 4, 0, sizeof(buffer) - 4); /* description */
***************
*** 73,76 ****
--- 75,79 ----
cliprdr_send_native_format_announce(uint8 * formats_data, uint32 formats_data_length)
{
+ DEBUG_CLIPBOARD(("cliprdr_send_native_format_announce\n"));
cliprdr_send_packet(CLIPRDR_FORMAT_ANNOUNCE, CLIPRDR_REQUEST, formats_data,
formats_data_length);
***************
*** 82,85 ****
--- 85,89 ----
uint8 buffer[4];
+ DEBUG_CLIPBOARD(("cliprdr_send_data_request\n"));
buf_out_uint32(buffer, format);
cliprdr_send_packet(CLIPRDR_DATA_REQUEST, CLIPRDR_REQUEST, buffer, sizeof(buffer));
***************
*** 89,92 ****
--- 93,97 ----
cliprdr_send_data(uint8 * data, uint32 length)
{
+ DEBUG_CLIPBOARD(("cliprdr_send_data\n"));
cliprdr_send_packet(CLIPRDR_DATA_RESPONSE, CLIPRDR_RESPONSE, data, length);
}
-------------------------------------------------------
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