annotate libvo/x11_common.h @ 164:2790235db59f

even more updates :) about time to crack a joke, eh? :))
author gabucino
date Mon, 19 Mar 2001 20:30:03 +0000
parents 9e66f722790e
children 720c640332c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
1
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
2 #ifdef X11_FULLSCREEN
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
3
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
4 extern int vo_depthonscreen;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
5 extern int vo_screenwidth;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
6 extern int vo_screenheight;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
7 extern int vo_dwidth;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
8 extern int vo_dheight;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
9
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
10 int vo_init( void );
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
11 void vo_x11_decoration( Display * vo_Display,Window w,int d );
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
12 int vo_x11_check_events(Display *mydisplay);
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
13
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
14 #endif
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
15