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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to