ui/gtk/dnd.c

changeset 32
e5f4d8af567e
parent 29
3fc287f06305
--- a/ui/gtk/dnd.c	Mon Feb 12 21:13:23 2024 +0100
+++ b/ui/gtk/dnd.c	Sun Jun 09 15:43:08 2024 +0200
@@ -101,3 +101,19 @@
     return NULL;
 }
 */
+
+void ui_selection_settext(UiDnD *sel, char *str, int len) {
+    
+}
+
+void ui_selection_seturis(UiDnD *sel, char **uris, int nelm) {
+    
+}
+
+char* ui_selection_gettext(UiDnD *sel) {
+    return NULL;
+}
+
+UiFileList ui_selection_geturis(UiDnD *sel) {
+    return (UiFileList){NULL,0};
+}

mercurial