Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git] / src / selection.h
blob617ee82882156af9200a448c895eb3b8d697cb19
1 /*
2 * ion/selection.h
4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
6 */
8 #ifndef INCLUDED_SELECTION_H
9 #define INCLUDED_SELECTION_H
11 #include "common.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 */