Mercurial > mplayer.hg
view Gui/mplayer/gtk/pl.h @ 5852:0e831f5eb96f
frameno.avi seeking workaround
author | arpi |
---|---|
date | Fri, 26 Apr 2002 21:23:09 +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