annotate libvo/x11_common.h @ 979:3bcc435cd5a2

keyframe flag added
author arpi_esp
date Sun, 03 Jun 2001 23:37:20 +0000
parents db06ae8967eb
children 4c7b219e126c
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
922
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
10 extern char *mDisplayName;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
11 extern Display *mDisplay;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
12 extern Window *mRootWin;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
13 extern int mScreen;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
14 extern int mLocalDisplay;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 723
diff changeset
15
32
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
16 int vo_init( void );
384
b0e4e5744899 Autohide X11 cursor
lgb
parents: 324
diff changeset
17 int vo_hidecursor ( Display* , Window );
32
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
18 void vo_x11_decoration( Display * vo_Display,Window w,int d );
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
19 int vo_x11_check_events(Display *mydisplay);
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
20 #endif
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
21
723
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
22 #ifdef HAVE_GUI
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
23 extern Window vo_window;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
24 extern Display * vo_display;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
25 extern GC vo_gc;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
26 extern int vo_xeventhandling;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
27 extern int vo_expose;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
28 extern int vo_resize;
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
29
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
30 extern void vo_setwindow( Window w,GC g );
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
31 #endif
c3e0bdb64027 add gui support
pontscho
parents: 402
diff changeset
32
324
720c640332c8 Szebb es jobb screensaver-kikapcsolo resz
laaz
parents: 32
diff changeset
33 void saver_off( Display * );
720c640332c8 Szebb es jobb screensaver-kikapcsolo resz
laaz
parents: 32
diff changeset
34 void saver_on( Display * );