view Gui/mplayer/gtk/fs.h @ 4296:a20c333d6c09

Gamma correction (based on patch of P«”sztor Szil«”rd <silicon@falcon.sch.bme.hu>) Seriously modified. Use mplayer specific command line arguments for that: -brightness -contrast -saturation -hue (For detail see DOCS)
author nick
date Mon, 21 Jan 2002 18:55:51 +0000
parents 93351eec9f1f
children b9651eb9749e
line wrap: on
line source

#ifndef __GUI_FS_H
#define __GUI_FS_H

#include <gtk/gtk.h>

#define fsVideoSelector    0
#define fsSubtitleSelector 1
#define fsOtherSelector    2

extern void HideFileSelect( void );
extern void ShowFileSelect( int type );

extern GtkWidget * create_FileSelect( void );

#endif