diff options
author | runge <runge> | 2006-02-05 04:46:57 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-05 04:46:57 +0000 |
commit | d0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f (patch) | |
tree | 70a0c8ca556ac5a3b2420dae98adb3ddf5960969 /x11vnc/8to24.h | |
parent | 1967913e9530139eb355b7b3108bb12314ba47da (diff) | |
download | libtdevnc-d0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f.tar.gz libtdevnc-d0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f.zip |
x11vnc: -8to24 speedups and improvements.
Diffstat (limited to 'x11vnc/8to24.h')
-rw-r--r-- | x11vnc/8to24.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/8to24.h b/x11vnc/8to24.h index 9777bf3..7c6a885 100644 --- a/x11vnc/8to24.h +++ b/x11vnc/8to24.h @@ -8,6 +8,6 @@ extern int multivis_24count; extern void check_for_multivis(void); extern void bpp8to24(int, int, int, int); -extern void mark_8bpp(void); +extern void mark_8bpp(int); #endif /* _X11VNC_8TO24_H */ |