view mplayer.h @ 6450:07ffd7003dd8

wtf..10l to dunno..only use x11_common.c when x11 is detected
author atmos4
date Sun, 16 Jun 2002 14:03:54 +0000
parents e9bd97d5c5cc
children f554e7271587
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