X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fomnplay.h;h=71db9d4852bb2a575721bf579e6113abfc70e31b;hb=9357149b3f7d105e03c93439cced8dcd12aa9dba;hp=d336ed631df809949932dd4a529f2b19af15099b;hpb=d27e5326da43856ff804ce7b9e90bbf36c5712a5;p=melted_gui diff --git a/src/omnplay.h b/src/omnplay.h index d336ed6..71db9d4 100644 --- a/src/omnplay.h +++ b/src/omnplay.h @@ -157,6 +157,11 @@ typedef struct omnplay_instance GtkWidget *refresh_ui[2]; GtkWidget *search; } library; + struct + { + playlist_item_t item[MAX_LIBRARY_ITEMS]; + int count; + } clipboard; } omnplay_instance_t; omnplay_instance_t* omnplay_create(int argc, char** argv);