mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
473f1b7b07
xmga, xv, x11 support (sdl comming soon) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@325 b3059339-0415-0410-9bf9-f77b7e298cf2
18 lines
381 B
C
18 lines
381 B
C
#include <X11/extensions/dpms.h>
|
|
|
|
#ifdef X11_FULLSCREEN
|
|
|
|
extern int vo_depthonscreen;
|
|
extern int vo_screenwidth;
|
|
extern int vo_screenheight;
|
|
extern int vo_dwidth;
|
|
extern int vo_dheight;
|
|
|
|
int vo_init( void );
|
|
void vo_x11_decoration( Display * vo_Display,Window w,int d );
|
|
int vo_x11_check_events(Display *mydisplay);
|
|
#endif
|
|
|
|
void saver_off( Display * );
|
|
void saver_on( Display * );
|