Released version 3-2014010505
[notion.git] / ioncore / selection.h
blob41e855a64bf418061caf5091212dc8c8bdbc6685
1 /*
2 * ion/ioncore/selection.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_SELECTION_H
10 #define ION_IONCORE_SELECTION_H
12 #include "common.h"
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);
21 #endif /* ION_IONCORE_SELECTION_H */