diff options
author | runge <runge> | 2006-01-09 01:54:38 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-09 01:54:38 +0000 |
commit | 71f2ec79180185a6c3db0c87f9d53c491dc31e76 (patch) | |
tree | 67c341571cbeb1bd9a0744cc8eb03b30ef04f381 /x11vnc/xinerama.h | |
parent | def301266373e462f4a5e90eab443087ccfc7ccc (diff) | |
download | libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.tar.gz libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.zip |
x11vnc: the big split.
Diffstat (limited to 'x11vnc/xinerama.h')
-rw-r--r-- | x11vnc/xinerama.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11vnc/xinerama.h b/x11vnc/xinerama.h new file mode 100644 index 0000000..ab4c216 --- /dev/null +++ b/x11vnc/xinerama.h @@ -0,0 +1,17 @@ +#ifndef _X11VNC_XINERAMA_H +#define _X11VNC_XINERAMA_H + +/* -- xinerama.h -- */ +#include "blackout_t.h" + +extern blackout_t blackr[]; +extern tile_blackout_t *tile_blackout; +extern int blackouts; + +extern void initialize_blackouts_and_xinerama(void); +extern void push_sleep(int n); +extern void push_black_screen(int n); +extern void refresh_screen(int push); +extern void zero_fb(int x1, int y1, int x2, int y2); + +#endif /* _X11VNC_XINERAMA_H */ |