Mercurial > mplayer.hg
view libvo/x11_common.h @ 382:a894e005bb56
moved printf out of switch()
author | arpi_esp |
---|---|
date | Thu, 12 Apr 2001 22:16:58 +0000 |
parents | 720c640332c8 |
children | b0e4e5744899 |
line wrap: on
line source
#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 * );