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.
15 lines
372 B
15 lines
372 B
#ifndef _X11VNC_SOLID_H
|
|
#define _X11VNC_SOLID_H
|
|
|
|
/* -- solid.h -- */
|
|
|
|
extern char *guess_desktop(void);
|
|
extern unsigned long get_pixel(char *color);
|
|
extern XImage *solid_image(char *color);
|
|
extern void solid_bg(int restore);
|
|
extern XImage *solid_root(char *color);
|
|
extern void kde_no_animate(int restore);
|
|
extern void gnome_no_animate(void);
|
|
|
|
#endif /* _X11VNC_SOLID_H */
|