summaryrefslogtreecommitdiffstats
path: root/x11vnc/user.c
diff options
context:
space:
mode:
authorrunge <runge>2007-10-04 01:43:57 +0000
committerrunge <runge>2007-10-04 01:43:57 +0000
commitbe9dc49025c3588e6b01051263ca410769174ea4 (patch)
tree492bcfaec276e32eab23af0c059051acca376b62 /x11vnc/user.c
parent54237e338b0406e553df55d91509248e8c13eee0 (diff)
downloadlibtdevnc-be9dc49025c3588e6b01051263ca410769174ea4.tar.gz
libtdevnc-be9dc49025c3588e6b01051263ca410769174ea4.zip
x11vnc: add xfce to createdisplay
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r--x11vnc/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c
index 444fd17..91f1840 100644
--- a/x11vnc/user.c
+++ b/x11vnc/user.c
@@ -1989,6 +1989,8 @@ if (0) db = 1;
sprintf(fdsess, "xterm");
} else if (strstr(t, "wmaker")) {
sprintf(fdsess, "wmaker");
+ } else if (strstr(t, "xfce")) {
+ sprintf(fdsess, "xfce");
} else if (strstr(t, "enlightenment")) {
sprintf(fdsess, "enlightenment");
} else if (strstr(t, "Xsession")) {