view Gui/mplayer/gtk/pl.h @ 4830:2c1dd0b15622

reworked :) should work on low bpp outputs
author alex
date Sun, 24 Feb 2002 02:21:14 +0000
parents d47cbcdce1a8
children cc917a581b6e
line wrap: on
line source

#ifndef __GUI_PLAYLIST_H
#define __GUI_PLAYLIST_H

#include <gtk/gtk.h>

extern void HidePlayList( void );
extern GtkWidget* create_PlayList( void );

#endif