This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 7401a6691a9a3cd77431466b941eaf169c9b2b2c
Author: Richard Hughes <rich...@hughsie.com>
Date:   Tue Jul 3 14:48:43 2018 +0200

    Do not reset lastDeviceEventTime when we do dixSaveScreens
    
     Backported from X.org's Xserver:
    
        commit 6b5978dcf1f7ac3ecc2f22df06f7000f360e2066
        Author: Richard Hughes <rich...@hughsie.com>
        Date:   Mon Aug 17 09:15:32 2009 +0100
    
            Do not reset lastDeviceEventTime when we do dixSaveScreens
    
            When we turn off DPMS with DPMSModeOff and do dixSaveScreens, don't 
reset the
            event time else session clients using IDLETIME will be reset.
    
            Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
    
     Backported-to-NX-by: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
---
 nx-X11/programs/Xserver/dix/window.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nx-X11/programs/Xserver/dix/window.c 
b/nx-X11/programs/Xserver/dix/window.c
index 300c1a7..7904576 100644
--- a/nx-X11/programs/Xserver/dix/window.c
+++ b/nx-X11/programs/Xserver/dix/window.c
@@ -3348,8 +3348,6 @@ SaveScreens(int on, int mode)
 
     if (on == SCREEN_SAVER_FORCER)
     {
-       UpdateCurrentTimeIf();
-       lastDeviceEventTime = currentTime;
        if (mode == ScreenSaverReset)
            what = SCREEN_SAVER_OFF;
        else

--
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