4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
8 #ifndef INCLUDED_SELECTION_H
9 #define INCLUDED_SELECTION_H
13 void send_selection(XSelectionRequestEvent
*ev
);
14 void receive_selection(XSelectionEvent
*ev
);
15 void clear_selection();
16 void set_selection(const char *p
, int n
);
17 void request_selection(Window win
);
19 #endif /* INCLUDED_SELECTION_H */