Mercurial > mplayer.hg
view Gui/mplayer/gtk/pl.h @ 8932:967a1d1f70c6
The following patch adds a call to srand() with the current time at the
start of main(). It makees "-shuffle" to works as expected.
Krister Lagerstrom <krister@kmlager.com>
author | arpi |
---|---|
date | Sun, 12 Jan 2003 22:40:51 +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