summaryrefslogtreecommitdiffstats
path: root/x11vnc/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/gui.h')
-rw-r--r--x11vnc/gui.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11vnc/gui.h b/x11vnc/gui.h
new file mode 100644
index 0000000..7784445
--- /dev/null
+++ b/x11vnc/gui.h
@@ -0,0 +1,19 @@
+#ifndef _X11VNC_GUI_H
+#define _X11VNC_GUI_H
+
+/* -- gui.h -- */
+
+extern int icon_mode;
+extern char *icon_mode_file;
+extern FILE *icon_mode_fh;
+extern int icon_mode_socks[];
+extern int tray_manager_ok;
+extern Window tray_request;
+extern Window tray_window;
+extern int tray_unembed;
+
+extern char *get_gui_code(void);
+extern int tray_embed(Window iconwin, int remove);
+extern void do_gui(char *opts, int sleep);
+
+#endif /* _X11VNC_GUI_H */