From 539255f7fd71c2683274dd5100d8d457ec0dc766 Mon Sep 17 00:00:00 2001 From: Erik Forsberg Date: Fri, 6 Jun 2003 10:43:40 +0000 Subject: [PATCH] Comments about what file contains what functions. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@406 423420c4-83ab-492f-b58f-81f9feb106b5 --- xproto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xproto.h b/xproto.h index 489529f..ecc3f2e 100644 --- a/xproto.h +++ b/xproto.h @@ -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);