view mplayer.h @ 5981:25f0bf24fcf8

- the "black bars" in xv bug fixed (drwX=drwY=0) - -fsmode is working again - BaseSize flag for upscale-only Xv drivers (disabled now) patch by Tom Lees <tal26@cam.ac.uk>
author arpi
date Sun, 05 May 2002 15:33:50 +0000
parents 60cf2bca993f
children cf2c2b92d1a7
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;

extern void exit_player(char* how);

#endif