summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
blob: 7119ad92deda3fe880d9385b24f0e67935e01310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#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 );
void vo_x11_decoration( Display * vo_Display,Window w,int d );
int vo_x11_check_events(Display *mydisplay);

#endif