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
|
723
|
16 #ifdef HAVE_GUI
|
|
17 extern Window vo_window;
|
|
18 extern Display * vo_display;
|
|
19 extern GC vo_gc;
|
|
20 extern int vo_xeventhandling;
|
|
21 extern int vo_expose;
|
|
22 extern int vo_resize;
|
|
23
|
|
24 extern void vo_setwindow( Window w,GC g );
|
|
25 #endif
|
|
26
|
324
|
27 void saver_off( Display * );
|
|
28 void saver_on( Display * );
|