diff options
Diffstat (limited to 'x11vnc/solid.h')
-rw-r--r-- | x11vnc/solid.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11vnc/solid.h b/x11vnc/solid.h new file mode 100644 index 0000000..d71d8b6 --- /dev/null +++ b/x11vnc/solid.h @@ -0,0 +1,9 @@ +#ifndef _X11VNC_SOLID_H +#define _X11VNC_SOLID_H + +/* -- solid.h -- */ + +extern char *guess_desktop(void); +extern void solid_bg(int restore); + +#endif /* _X11VNC_SOLID_H */ |