annotate mplayer.h @ 6310:eda1e909a3bf

-stop_xscreensaver option
author diego
date Thu, 06 Jun 2002 01:45:39 +0000
parents cf2c2b92d1a7
children e9bd97d5c5cc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
724
pontscho
parents:
diff changeset
1
pontscho
parents:
diff changeset
2 #ifndef __MPLAYER_MAIN
pontscho
parents:
diff changeset
3 #define __MPLAYER_MAIN
pontscho
parents:
diff changeset
4
4798
c39affa2b376 new interface ? :)
pontscho
parents: 1006
diff changeset
5 extern int use_gui;
4818
3473ca9ef158 new gui interface, and gtk moved into mplayer process. fork ... bleh :)
pontscho
parents: 4798
diff changeset
6 extern char* current_module;
4981
bfc652fc7f43 rewrite fullscreen support in some libvo driver
pontscho
parents: 4818
diff changeset
7 extern int fullscreen;
6280
cf2c2b92d1a7 add VCD support for GUI
pontscho
parents: 5919
diff changeset
8 extern int vcd_track;
724
pontscho
parents:
diff changeset
9
5919
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
10 extern void exit_player(char* how);
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
11
724
pontscho
parents:
diff changeset
12 #endif