From 4fdb4cc67f1563156593e5b3deca80acf35f39ed Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 4 Jan 2009 03:10:39 +0000 Subject: x11vnc: add -rmflag option, -rawfb vt support, bpp < 8 support for rawfb, find /dev/video better. Fix reverse SSL connection for DH. Some improvements for CUPS TS helper, restart if needed. --- x11vnc/remote.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11vnc/remote.c') diff --git a/x11vnc/remote.c b/x11vnc/remote.c index 689f9b0..8aada19 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -5248,6 +5248,10 @@ char *process_remote_cmd(char *cmd, int stringonly) { snprintf(buf, bufn, "aro=%s:%s", p, NONUL(flagfile)); goto qry; } + if (!strcmp(p, "rmflag")) { + snprintf(buf, bufn, "aro=%s:%s", p, NONUL(rm_flagfile)); + goto qry; + } if (!strcmp(p, "rc")) { char *s = rc_rcfile; if (rc_rcfile_default) { -- cgit v1.2.1