Mercurial > mplayer.hg
view libvo/x11_common.h @ 920:deeaad5bf1d7
libac3 now is full 3dnow! optimized
author | nickols_k |
---|---|
date | Thu, 31 May 2001 17:58:56 +0000 |
parents | c3e0bdb64027 |
children | db06ae8967eb |
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 #ifdef HAVE_GUI extern Window vo_window; extern Display * vo_display; extern GC vo_gc; extern int vo_xeventhandling; extern int vo_expose; extern int vo_resize; extern void vo_setwindow( Window w,GC g ); #endif void saver_off( Display * ); void saver_on( Display * );