summaryrefslogtreecommitdiffstats
path: root/x11vnc/8to24.h
diff options
context:
space:
mode:
authorrunge <runge>2006-01-15 03:58:48 +0000
committerrunge <runge>2006-01-15 03:58:48 +0000
commit5993dd757e5af00af6565b3411ea10fd46eafbdf (patch)
tree7450fdde25310857c88221a719f026a1a09336f7 /x11vnc/8to24.h
parent60918e6664cd62ea3d71b48cdfda8b89ab82029c (diff)
downloadlibtdevnc-5993dd757e5af00af6565b3411ea10fd46eafbdf.tar.gz
libtdevnc-5993dd757e5af00af6565b3411ea10fd46eafbdf.zip
x11vnc: add -8to24 option for some multi-depth displays.
Diffstat (limited to 'x11vnc/8to24.h')
-rw-r--r--x11vnc/8to24.h12
1 files changed, 12 insertions, 0 deletions
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 */