X-related prototypes, initial revision.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@397 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Erik Forsberg 2003-06-06 10:09:43 +00:00
parent 4c74227e05
commit ac67cf5a9e

5
xproto.h Normal file
View File

@ -0,0 +1,5 @@
void cliprdr_handle_SelectionNotify(XSelectionEvent * event);
void cliprdr_handle_SelectionRequest(XSelectionRequestEvent * xevent);
void xwin_register_propertynotify(Window event_wnd, Atom atom,
void (*propertycallback) (XPropertyEvent *));
void xwin_deregister_propertynotify(Window event_wnd, Atom atom);