X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fplaylistinfo.h;h=9e300e8f620bbeb438b5ef6f33d279221c73472f;hb=006625e31c9bca719fd34a971bef13e910cbd4c4;hp=82d166666ccfc0e6cb39f40a9aca545cc1438c42;hpb=6ee1e193fd896ab9a4729fde14f009d9ce629815;p=vlc diff --git a/modules/gui/macosx/playlistinfo.h b/modules/gui/macosx/playlistinfo.h index 82d166666c..9e300e8f62 100644 --- a/modules/gui/macosx/playlistinfo.h +++ b/modules/gui/macosx/playlistinfo.h @@ -5,7 +5,7 @@ * $Id$ * * Authors: Benjamin Pracht - * Felix Kühne + * Felix Kühne * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ IBOutlet id o_btn_delete_group; IBOutlet id o_btn_add_group; IBOutlet id o_outline_view; - + IBOutlet id o_tab_view; IBOutlet id o_collection_lbl; @@ -95,6 +95,8 @@ IBOutlet id o_video_box; IBOutlet id o_video_decoded_lbl; IBOutlet id o_video_decoded_txt; + IBOutlet id o_fps_lbl; + IBOutlet id o_fps_txt; playlist_item_t * p_item; NSTimer * o_statUpdateTimer;