summaryrefslogtreecommitdiffstats
path: root/x11vnc/ssltools.h
diff options
context:
space:
mode:
authorrunge <runge>2007-02-10 21:52:26 +0000
committerrunge <runge>2007-02-10 21:52:26 +0000
commit90d96b971f04b11fe1902091a94be94697738766 (patch)
tree8331ed14521fd8e7b997465d6f482d521f4537cb /x11vnc/ssltools.h
parent76720eb71bb18ec452ec1782af9f8b8d09e77efc (diff)
downloadlibtdevnc-90d96b971f04b11fe1902091a94be94697738766.tar.gz
libtdevnc-90d96b971f04b11fe1902091a94be94697738766.zip
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
Diffstat (limited to 'x11vnc/ssltools.h')
-rw-r--r--x11vnc/ssltools.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h
index 90002d1..a93dfe6 100644
--- a/x11vnc/ssltools.h
+++ b/x11vnc/ssltools.h
@@ -946,13 +946,6 @@ char create_display[] =
" home=__noplace__\n"
" fi\n"
" fi\n"
-" if [ -f \"$home/.xsession\" ]; then\n"
-" echo \"$home/.xsession\"\n"
-" return\n"
-" elif [ -f \"$home/.xinitrc\" ]; then\n"
-" echo \"$home/.xinitrc\"\n"
-" return\n"
-" fi\n"
" if [ -f \"$home/.dmrc\" ]; then\n"
" if [ \"X$have_startkde\" != \"X\" ]; then\n"
" if egrep -i 'Session=(default|kde)' \"$home/.dmrc\" > /dev/null; then\n"
@@ -979,6 +972,13 @@ char create_display[] =
" \n"
" done\n"
" fi\n"
+" if [ -f \"$home/.xsession\" ]; then\n"
+" echo \"$home/.xsession\"\n"
+" return\n"
+" elif [ -f \"$home/.xinitrc\" ]; then\n"
+" echo \"$home/.xinitrc\"\n"
+" return\n"
+" fi\n"
" if [ \"X$have_xterm\" != \"X\" ]; then\n"
" echo $have_xterm\n"
" return\n"