view libvo/x11_common.h @ 1394:d9e3f91d6da9

First development version of dct64, mixed with 3dnow/k7 and fpu code. Phases 1 to 3 seem to be ok already, report if you get strange sound with this version (klicks or distorted sound, that doesn't happen with mmx-only version), I've tested with approx. 20 mp3 files which all sounded ok, speed improvement with this version is still very minimal cause more cpu intensive phases 4 and 5 aren't working so I use fpu code for them.
author atmos4
date Fri, 27 Jul 2001 17:25:19 +0000
parents 4c7b219e126c
children 5e4214a7540e
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;

extern char *mDisplayName;
extern Display *mDisplay;
extern Window *mRootWin;
extern int mScreen;
extern int mLocalDisplay;

int vo_init( void );
int vo_hidecursor ( Display* , Window );
void vo_x11_decoration( Display * vo_Display,Window w,int d );
void vo_x11_classhint( Display * display,Window window,char *name );
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 * );