summaryrefslogtreecommitdiffstats
path: root/x11vnc/8to24.h
diff options
context:
space:
mode:
authorrunge <runge>2006-01-19 03:54:10 +0000
committerrunge <runge>2006-01-19 03:54:10 +0000
commit17e6b6a2bf6def6b380bee2fcc0fb9e8254518f4 (patch)
tree8a387c278f6b7a66a91fd4e8c5deb5b8b9a14e79 /x11vnc/8to24.h
parente38c3c224b19775a70c8ee5b8eddbf81be07a0bd (diff)
downloadlibtdevnc-17e6b6a2.tar.gz
libtdevnc-17e6b6a2.zip
x11vnc: -8to24 now works on default depth 8 displays.
Diffstat (limited to 'x11vnc/8to24.h')
-rw-r--r--x11vnc/8to24.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/8to24.h b/x11vnc/8to24.h
index 9861908..9777bf3 100644
--- a/x11vnc/8to24.h
+++ b/x11vnc/8to24.h
@@ -4,6 +4,7 @@
/* -- 8to24.h -- */
extern int multivis_count;
+extern int multivis_24count;
extern void check_for_multivis(void);
extern void bpp8to24(int, int, int, int);