view Gui/mplayer/gtk/pl.h @ 17314:1bdc7230ea29

Bandaid fix for compilation failure when creating main/.depend with GUI enabled. This is only a problem if .developer is not present.
author diego
date Wed, 04 Jan 2006 15:54:47 +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