view Gui/mplayer/gtk/pl.h @ 9707:53e738a54064

Fix a 100L bug wich killed mencoder timing and switch to the new config header
author albeu
date Thu, 27 Mar 2003 20:27:50 +0000
parents 8e9607c5897e
children
line wrap: on
line source


#ifndef __GUI_PL_H
#define __GUI_PL_H

#include <gtk/gtk.h>

extern GtkWidget * PlayList;

extern void ShowPlayList( void );
extern void HidePlayList( void );

extern GtkWidget * create_PlayList (void);

#endif