summaryrefslogtreecommitdiffstats
path: root/x11vnc/8to24.h
blob: 986190887bd059913a92a43cbafc3501f661a780 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */