--- sourceforge.net/trunk/rdesktop/xproto.h 2003/06/06 10:09:43 398 +++ sourceforge.net/trunk/rdesktop/xproto.h 2003/06/06 10:43:40 407 @@ -1,5 +1,7 @@ +/* cliprdr.c */ void cliprdr_handle_SelectionNotify(XSelectionEvent * event); void cliprdr_handle_SelectionRequest(XSelectionRequestEvent * xevent); +/* xwin.c */ void xwin_register_propertynotify(Window event_wnd, Atom atom, void (*propertycallback) (XPropertyEvent *)); void xwin_deregister_propertynotify(Window event_wnd, Atom atom);