Mercurial > mplayer.hg
view libvo/x11_common.h @ 125:4e42d41dad68
DIV5+DIV6 support
author | arpi_esp |
---|---|
date | Sat, 17 Mar 2001 22:49:14 +0000 |
parents | 9e66f722790e |
children | 720c640332c8 |
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 ); void vo_x11_decoration( Display * vo_Display,Window w,int d ); int vo_x11_check_events(Display *mydisplay); #endif