--- sourceforge.net/trunk/rdesktop/xclip.c 2003/09/02 09:37:17 459 +++ sourceforge.net/trunk/rdesktop/xclip.c 2003/09/02 10:42:16 462 @@ -56,7 +56,7 @@ XSendEvent(g_display, req->requestor, False, NoEventMask, &xev); } -static void +void xclip_handle_SelectionNotify(XSelectionEvent * event) { unsigned long nitems, bytes_left; @@ -129,7 +129,7 @@ cliprdr_send_data(NULL, 0); } -static void +void xclip_handle_SelectionRequest(XSelectionRequestEvent * event) { unsigned long nitems, bytes_left; @@ -170,7 +170,7 @@ /* wait for data */ } -static void +void xclip_handle_SelectionClear(void) { DEBUG_CLIPBOARD(("xclip_handle_SelectionClear\n")); @@ -179,7 +179,7 @@ cliprdr_send_text_format_announce(); } -static void +void xclip_handle_PropertyNotify(XPropertyEvent * event) { unsigned long nitems, bytes_left;