view mplayer.h @ 6267:2e117fd620a0

font init needs to be after config parsing, otherwise -font won't work. not sure exactly where it should be, but right after config parsing seems to work fine.
author rfelker
date Sun, 02 Jun 2002 15:25:52 +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