Mercurial > mplayer.hg
annotate libvo/x11_common.h @ 508:05da4b0e3bb8
preliminary DVD support and my e-mail address changed
author | lgb |
---|---|
date | Wed, 18 Apr 2001 19:12:35 +0000 |
parents | 9ff4d45e8cdf |
children | c3e0bdb64027 |
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 ); | |
384 | 11 int vo_hidecursor ( Display* , Window ); |
32 | 12 void vo_x11_decoration( Display * vo_Display,Window w,int d ); |
13 int vo_x11_check_events(Display *mydisplay); | |
14 #endif | |
15 | |
324 | 16 void saver_off( Display * ); |
17 void saver_on( Display * ); |