]> git.decadent.org.uk Git - ion3.git/blob - ioncore/selection.h
4ae022aeb8179b20e105f70fd34c8cd0a15240e9
[ion3.git] / ioncore / selection.h
1 /*
2  * ion/ioncore/selection.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2008. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_SELECTION_H
10 #define ION_IONCORE_SELECTION_H
11
12 #include "common.h"
13
14 void ioncore_handle_selection_request(XSelectionRequestEvent *ev);
15 void ioncore_handle_selection(XSelectionEvent *ev);
16 void ioncore_clear_selection();
17 void ioncore_set_selection_n(const char *p, int n);
18 void ioncore_set_selection(const char *p);
19 void ioncore_request_selection_for(Window win);
20
21 #endif /* ION_IONCORE_SELECTION_H */