view Gui/mplayer/gtk/opts.h @ 5429:e9e2dc1306b1

BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
author arpi
date Sun, 31 Mar 2002 20:17:27 +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