blob: 9777bf3cf3ac943666a5dd648a2a6c2cfbd1e83c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _X11VNC_8TO24_H
#define _X11VNC_8TO24_H
/* -- 8to24.h -- */
extern int multivis_count;
extern int multivis_24count;
extern void check_for_multivis(void);
extern void bpp8to24(int, int, int, int);
extern void mark_8bpp(void);
#endif /* _X11VNC_8TO24_H */
|