annotate libvo/x11_common.h @ 384:b0e4e5744899

Autohide X11 cursor
author lgb
date Fri, 13 Apr 2001 00:54:05 +0000
parents 720c640332c8
children 9ff4d45e8cdf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
324
720c640332c8 Szebb es jobb screensaver-kikapcsolo resz
laaz
parents: 32
diff changeset
1 #include <X11/extensions/dpms.h>
32
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
2
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
3 #ifdef X11_FULLSCREEN
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
4
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
5 extern int vo_depthonscreen;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
6 extern int vo_screenwidth;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
7 extern int vo_screenheight;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
8 extern int vo_dwidth;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
9 extern int vo_dheight;
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
10
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
11 int vo_init( void );
384
b0e4e5744899 Autohide X11 cursor
lgb
parents: 324
diff changeset
12 int vo_hidecursor ( Display* , Window );
32
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
13 void vo_x11_decoration( Display * vo_Display,Window w,int d );
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
14 int vo_x11_check_events(Display *mydisplay);
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
15 #endif
9e66f722790e the common x11 stuff
arpi_esp
parents:
diff changeset
16
324
720c640332c8 Szebb es jobb screensaver-kikapcsolo resz
laaz
parents: 32
diff changeset
17 void saver_off( Display * );
720c640332c8 Szebb es jobb screensaver-kikapcsolo resz
laaz
parents: 32
diff changeset
18 void saver_on( Display * );