]> git.decadent.org.uk Git - ion3.git/blob - ioncore/selection.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / selection.h
1 /*
2  * ion/ioncore/selection.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_SELECTION_H
13 #define ION_IONCORE_SELECTION_H
14
15 #include "common.h"
16
17 void ioncore_handle_selection_request(XSelectionRequestEvent *ev);
18 void ioncore_handle_selection(XSelectionEvent *ev);
19 void ioncore_clear_selection();
20 void ioncore_set_selection_n(const char *p, int n);
21 void ioncore_set_selection(const char *p);
22 void ioncore_request_selection_for(Window win);
23
24 #endif /* ION_IONCORE_SELECTION_H */