ui/gtk/dnd.c

changeset 157
0b33b9396851
parent 151
11f3bb408051
child 164
1d912f78fd1d
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h> 31 #include <string.h>
32 32
33 #include "dnd.h" 33 #include "dnd.h"
34 #include "../../ucx/buffer.h" 34 #include <ucx/buffer.h>
35 35
36 #ifdef UI_GTK2LEGACY 36 #ifdef UI_GTK2LEGACY
37 static gboolean selection_data_set_uris(GtkSelectionData *selection_data, char **uris) { 37 static gboolean selection_data_set_uris(GtkSelectionData *selection_data, char **uris) {
38 UcxBuffer *buf = ucx_buffer_new(NULL, 1024, UCX_BUFFER_AUTOEXTEND); 38 UcxBuffer *buf = ucx_buffer_new(NULL, 1024, UCX_BUFFER_AUTOEXTEND);
39 char *uri; 39 char *uri;

mercurial