diff -r 2cb06c231057 -r bc63cb601f6d ui/motif/dnd.c --- a/ui/motif/dnd.c Mon May 22 19:44:27 2023 +0200 +++ b/ui/motif/dnd.c Mon May 22 21:21:20 2023 +0200 @@ -37,9 +37,9 @@ } char* ui_selection_gettext(UiSelection *sel) { - + return NULL; } char** ui_selection_geturis(UiSelection *sel, size_t *nelm) { - + return NULL; }