[X2Go-Commits] [nx-libs] 01/01: Look at XSetScreenSaver calls.
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 7 11:01:18 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.
commit a04c2186bbca69a90d8b85d31fd61238b15b7ae4
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Mar 7 11:01:07 2018 +0100
Look at XSetScreenSaver calls.
---
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index add17dd..813a5f5 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -1455,6 +1455,7 @@ N/A
* is under agent's control.
*/
+ fprintf(stderr, "DPMSDEBUG: calling XSetScreenSaver in %s!\n", __func__);
XSetScreenSaver(nxagentDisplay, 0, 0, DefaultExposures, DefaultBlanking);
}
@@ -1715,6 +1716,7 @@ N/A
* is under agent's control.
*/
+ fprintf(stderr, "DPMSDEBUG: calling XSetScreenSaver in %s again!\n", __func__);
XSetScreenSaver(nxagentDisplay, 0, 0, DefaultExposures, DefaultBlanking);
}
}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list