view Gui/mplayer/gtk/pl.h @ 18179:3628371ad165

We now have CJPG samples and they work with the CJPG and ijpg decoders.
author diego
date Sat, 22 Apr 2006 11:22:18 +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