Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 4112:3822582553d6
Alpha patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
author | nick |
---|---|
date | Sat, 12 Jan 2002 18:00:25 +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