annotate mplayer.h @ 6146:b9651eb9749e

fix some gtk bug...
author pontscho
date Mon, 20 May 2002 13:56:16 +0000
parents 60cf2bca993f
children cf2c2b92d1a7
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;
724
pontscho
parents:
diff changeset
8
5919
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
9 extern void exit_player(char* how);
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
10
724
pontscho
parents:
diff changeset
11 #endif