ui/gtk/dnd.c

changeset 440
7c4b9cba09ca
parent 394
bedd499b640d
equal deleted inserted replaced
439:bf7084544cb1 440:7c4b9cba09ca
189 dnd->delete = FALSE; 189 dnd->delete = FALSE;
190 return dnd; 190 return dnd;
191 } 191 }
192 192
193 void ui_dnd_free(UiDnD *dnd) { 193 void ui_dnd_free(UiDnD *dnd) {
194 cxListDestroy(dnd->providers); 194 cxListFree(dnd->providers);
195 free(dnd); 195 free(dnd);
196 } 196 }
197 197
198 UiDnDAction ui_dnd_result(UiDnD *dnd) { 198 UiDnDAction ui_dnd_result(UiDnD *dnd) {
199 switch(dnd->selected_action) { 199 switch(dnd->selected_action) {

mercurial