view mplayer.h @ 6045:a4705acc43e5

fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)
author pontscho
date Sat, 11 May 2002 16:54:15 +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