From 5993dd757e5af00af6565b3411ea10fd46eafbdf Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 15 Jan 2006 03:58:48 +0000 Subject: x11vnc: add -8to24 option for some multi-depth displays. --- x11vnc/8to24.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11vnc/8to24.h (limited to 'x11vnc/8to24.h') diff --git a/x11vnc/8to24.h b/x11vnc/8to24.h new file mode 100644 index 0000000..9861908 --- /dev/null +++ b/x11vnc/8to24.h @@ -0,0 +1,12 @@ +#ifndef _X11VNC_8TO24_H +#define _X11VNC_8TO24_H + +/* -- 8to24.h -- */ + +extern int multivis_count; + +extern void check_for_multivis(void); +extern void bpp8to24(int, int, int, int); +extern void mark_8bpp(void); + +#endif /* _X11VNC_8TO24_H */ -- cgit v1.2.1