X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finstance.c;fp=src%2Finstance.c;h=05400b3574e2def9c5ae9a06fc98cf94502bef05;hb=07c6d84a23c9043e2334987fc8533f68e5e23183;hp=1ae08c316afc23fb26202cecb757edf12da1bf69;hpb=d31575c9e3f5dac1dc7596b4cb2a8457ea2bef6b;p=melted_gui diff --git a/src/instance.c b/src/instance.c index 1ae08c3..05400b3 100644 --- a/src/instance.c +++ b/src/instance.c @@ -39,6 +39,8 @@ #include "player.h" #include "library.h" +GtkTargetEntry drag_targets[] = { { (char*) "application/playlist_item_t", 0, 0 } }; + gboolean instance_button_click(instance_t* app, control_buttons_t button) { #if 0