405:a7f18dda6baf | 406:0ebf9d7b23e8 |
---|---|
26 * POSSIBILITY OF SUCH DAMAGE. | 26 * POSSIBILITY OF SUCH DAMAGE. |
27 */ | 27 */ |
28 | 28 |
29 #include "dnd.h" | 29 #include "dnd.h" |
30 | 30 |
31 void ui_selection_settext(UiSelection *sel, char *str, int len) { | |
32 | |
33 } | |
34 | |
35 void ui_selection_seturis(UiSelection *sel, char **uris, int nelm) { | |
36 | |
37 } | |
38 | |
39 char* ui_selection_gettext(UiSelection *sel) { | |
40 return NULL; | |
41 } | |
42 | |
43 char** ui_selection_geturis(UiSelection *sel, size_t *nelm) { | |
44 return NULL; | |
45 } |