Commit a92467f3 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.h: add missing externs

parent c0e8cb06
......@@ -61,9 +61,15 @@ extern void nxagentSetSelectionOwner(Selection *pSelection);
extern int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
Window requestor, Atom property, Atom target, Time time);
void nxagentClearSelection();
void nxagentRequestSelection();
void nxagentHandleSelectionNotifyFromXServer();
#ifdef XEvent
extern void nxagentClearSelection(XEvent *X);
extern void nxagentRequestSelection(XEvent *X);
extern void nxagentHandleSelectionNotifyFromXServer(XEvent *X);
#else
extern void nxagentClearSelection();
extern void nxagentRequestSelection();
extern void nxagentHandleSelectionNotifyFromXServer();
#endif
int nxagentFindCurrentSelectionIndex(Atom sel);
extern int nxagentFindCurrentSelectionIndex(Atom sel);
#endif /* __Clipboard_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment