--- sourceforge.net/trunk/rdesktop/xclip.c 2003/10/31 04:29:57 536 +++ sourceforge.net/trunk/rdesktop/xclip.c 2003/11/03 13:22:09 542 @@ -217,7 +217,7 @@ void -ui_clip_format_announce(uint8 *data, uint32 length) +ui_clip_format_announce(uint8 * data, uint32 length) { XSetSelectionOwner(g_display, primary_atom, g_wnd, g_last_gesturetime); if (XGetSelectionOwner(g_display, primary_atom) != g_wnd) @@ -238,7 +238,7 @@ void -ui_clip_handle_data(uint8 *data, uint32 length) +ui_clip_handle_data(uint8 * data, uint32 length) { xclip_provide_selection(&selection_request, XA_STRING, 8, data, length - 1); }