diff -r e79a60b3a7cb -r 7c3ff86ee9d4 ui/motif/dnd.c --- a/ui/motif/dnd.c Sun Apr 16 10:20:21 2023 +0200 +++ b/ui/motif/dnd.c Tue May 23 11:11:28 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; }