This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from a04c218 Look at XSetScreenSaver calls. new a70d8ca More XSetScreenSaver debugging in an overlooked function. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/programs/Xserver/hw/nxagent/Window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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 a70d8ca6c735dabe96b18502e6c2cfa4bda2d715 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 7 11:28:07 2018 +0100 More XSetScreenSaver debugging in an overlooked function. --- nx-X11/programs/Xserver/hw/nxagent/Window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index e2ce9d3..2a42ae0 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Window.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c @@ -933,7 +933,7 @@ void nxagentSwitchAllScreens(ScreenPtr pScreen, Bool switchOn) * We disable the screensaver when changing * mode to fullscreen. Is it really needed? */ - + fprintf(stderr, "DPMSDEBUG: calling XSetScreenSaver in %s\n", __func__); XSetScreenSaver(nxagentDisplay, 0, 0, DefaultExposures, DefaultBlanking); if (nxagentIconWindow == None) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git