view mplayer.h @ 6310:eda1e909a3bf

-stop_xscreensaver option
author diego
date Thu, 06 Jun 2002 01:45:39 +0000
parents cf2c2b92d1a7
children e9bd97d5c5cc
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

extern void exit_player(char* how);

#endif