Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 5248:f23cea00d19c
print meaningfull error message instead of "hmm, arpi said that isnt used...
author | michael |
---|---|
date | Thu, 21 Mar 2002 19:23:20 +0000 |
parents | d47cbcdce1a8 |
children | 77980ab4e296 |
line wrap: on
line source
#ifndef _GUI_OPTS_H #define _GUI_OPTS_H #include <gtk/gtk.h> void HideOptions( void ); GtkWidget * create_Options( void ); #endif