view Gui/mplayer/gtk/pl.h @ 14140:337aa26e20b5

10l, should check for != NULL before using not after... fixes speed setting with -nosound, fix by uau on IRC
author reimar
date Fri, 10 Dec 2004 23:04:54 +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