Mercurial > mplayer.hg
annotate libvo/x11_common.h @ 335:901e7f28bb60
guid
author | szabii |
---|---|
date | Tue, 10 Apr 2001 23:56:38 +0000 |
parents | 720c640332c8 |
children | b0e4e5744899 |
rev | line source |
---|---|
324 | 1 #include <X11/extensions/dpms.h> |
32 | 2 |
3 #ifdef X11_FULLSCREEN | |
4 | |
5 extern int vo_depthonscreen; | |
6 extern int vo_screenwidth; | |
7 extern int vo_screenheight; | |
8 extern int vo_dwidth; | |
9 extern int vo_dheight; | |
10 | |
11 int vo_init( void ); | |
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 * ); |