comparison libvo/x11_common.h @ 32:9e66f722790e

the common x11 stuff
author arpi_esp
date Sat, 03 Mar 2001 21:47:37 +0000
parents
children 720c640332c8
comparison
equal deleted inserted replaced
31:1fc618eba830 32:9e66f722790e
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 );
11 void vo_x11_decoration( Display * vo_Display,Window w,int d );
12 int vo_x11_check_events(Display *mydisplay);
13
14 #endif
15