From 71f2ec79180185a6c3db0c87f9d53c491dc31e76 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 9 Jan 2006 01:54:38 +0000 Subject: x11vnc: the big split. --- x11vnc/xinerama.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 x11vnc/xinerama.h (limited to 'x11vnc/xinerama.h') 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 */ -- cgit v1.2.1