annotate libvo/x11_common.h @ 542:7eaec864e3d2
doesn't include fastmemcpy.h when SDL_NOXV is defined.
(otherwise MPlayer crashes in fastmemcpy.h, needs to be FIXED!)
author |
atmosfear |
date |
Fri, 20 Apr 2001 09:06:49 +0000 |
parents |
9ff4d45e8cdf |
children |
c3e0bdb64027 |
rev |
line source |
32
|
1
|
|
2 #ifdef X11_FULLSCREEN
|
|
3
|
|
4 extern int vo_depthonscreen;
|
|
5 extern int vo_screenwidth;
|
|
6 extern int vo_screenheight;
|
|
7 extern int vo_dwidth;
|
|
8 extern int vo_dheight;
|
|
9
|
|
10 int vo_init( void );
|
384
|
11 int vo_hidecursor ( Display* , Window );
|
32
|
12 void vo_x11_decoration( Display * vo_Display,Window w,int d );
|
|
13 int vo_x11_check_events(Display *mydisplay);
|
|
14 #endif
|
|
15
|
324
|
16 void saver_off( Display * );
|
|
17 void saver_on( Display * );
|