Mercurial > mplayer.hg
annotate libvo/x11_common.h @ 85:eef63c5da277
new OpenDivX added
author | gabucino |
---|---|
date | Sun, 11 Mar 2001 17:57:58 +0000 |
parents | 9e66f722790e |
children | 720c640332c8 |
rev | line source |
---|---|
32 | 1 |
2 #ifdef X11_FULLSCREEN | |
3 | |
4 extern int vo_depthonscreen; | |
5 extern int vo_screenwidth; | |
6 extern int vo_screenheight; | |
7 extern int vo_dwidth; | |
8 extern int vo_dheight; | |
9 | |
10 int vo_init( void ); | |
11 void vo_x11_decoration( Display * vo_Display,Window w,int d ); | |
12 int vo_x11_check_events(Display *mydisplay); | |
13 | |
14 #endif | |
15 |