summaryrefslogtreecommitdiffstats
path: root/x11vnc/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/gui.c')
-rw-r--r--x11vnc/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/gui.c b/x11vnc/gui.c
index 9e6ac54..b82e921 100644
--- a/x11vnc/gui.c
+++ b/x11vnc/gui.c
@@ -14,7 +14,7 @@
#define XEMBED_VERSION 0
#define XEMBED_MAPPED (1 << 0)
-int icon_mode = 0; /* hack for -gui tray */
+int icon_mode = 0; /* hack for -gui tray/icon */
char *icon_mode_file = NULL;
FILE *icon_mode_fh = NULL;
int icon_mode_socks[ICON_MODE_SOCKS];