Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 5900:3e51d5f6d624
more compatible libpng version check
author | arpi |
---|---|
date | Mon, 29 Apr 2002 16:24:22 +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