You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
237 B
13 lines
237 B
19 years ago
|
#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 */
|