X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fomnplay.h;h=638247e1306aec6c733fbeeaf123d2a04577be9e;hb=df482032dda64bf46dd2913318767257956d2ba0;hp=de4e94202df1193d36f09ae892c195539a4069a3;hpb=d9d86d1a5d860fbfd2213c2c3286011d4f1b3fad;p=omnplay diff --git a/src/omnplay.h b/src/omnplay.h index de4e942..638247e 100644 --- a/src/omnplay.h +++ b/src/omnplay.h @@ -105,6 +105,7 @@ typedef struct playlist_item int omn_idx; int omn_offset; int error; + int del; } playlist_item_t; #define MAX_PLAYERS 4 @@ -130,6 +131,7 @@ typedef struct omnplay_instance GtkWidget *playlist_grid; GtkWidget *library_grid; GtkWidget *buttons[BUTTON_LAST + 1]; + GtkWidget *status_label; struct { omnplay_player_t item[MAX_PLAYERS]; @@ -188,6 +190,7 @@ int omnplay_library_normalize_item(omnplay_instance_t* app, playlist_item_t* ite playlist_item_t* omnplay_library_get_selected(omnplay_instance_t* app, int *count); void omnplay_playlist_normalize(omnplay_instance_t* app); void omnplay_library_search(omnplay_instance_t* app, int next); +void omnplay_set_status(omnplay_instance_t* app, char* str); #ifdef __cplusplus };