ui/ui/dnd.h

branch
newapi
changeset 224
88bc21b19213
parent 147
2e384acc89a6
child 243
9f66c31a27ed
--- a/ui/ui/dnd.h	Thu Oct 19 21:19:19 2023 +0200
+++ b/ui/ui/dnd.h	Fri Oct 20 16:34:33 2023 +0200
@@ -37,11 +37,11 @@
     
 #define UI_DND_FILE_TARGET "XdndDirectSave0"
     
-void ui_selection_settext(UiSelection *sel, char *str, int len);
-void ui_selection_seturis(UiSelection *sel, char **uris, int nelm);
+UIEXPORT void ui_selection_settext(UiDnD *sel, char *str, int len);
+UIEXPORT void ui_selection_seturis(UiDnD *sel, char **uris, int nelm);
 
-char* ui_selection_gettext(UiSelection *sel);
-char** ui_selection_geturis(UiSelection *sel, size_t *nelm);
+UIEXPORT char* ui_selection_gettext(UiDnD *sel);
+UIEXPORT char** ui_selection_geturis(UiDnD *sel, size_t *nelm);
 
 
 #ifdef __cplusplus

mercurial