Mercurial > mplayer.hg
view libvo/x11_common.h @ 648:157cb66e1a43
-x -y quickfix for release, code will be changed completely later.
author | atmosfear |
---|---|
date | Thu, 26 Apr 2001 21:28:02 +0000 |
parents | 9ff4d45e8cdf |
children | c3e0bdb64027 |
line wrap: on
line source
#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 ); int vo_hidecursor ( Display* , Window ); 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 * );