[X2Go-Commits] [nx-libs] 185/219: nxagent: fix main window being garbled without inner windows

git-admin at x2go.org git-admin at x2go.org
Sat Sep 28 12:10:54 CEST 2019


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 d3869aa537a5711b680b5462569c141eab8109e7
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Sat Aug 10 23:42:45 2019 +0200

    nxagent: fix main window being garbled without inner windows
    
    Fixes ArcticaProject/nx-libs#733
---
 nx-X11/programs/Xserver/hw/nxagent/NXwindow.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXwindow.c b/nx-X11/programs/Xserver/hw/nxagent/NXwindow.c
index 0851daf97..f2b10fe45 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXwindow.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXwindow.c
@@ -255,8 +255,6 @@ InitRootWindow(WindowPtr pWin)
     else
       pWin->background.pixel = pScreen->whitePixel;
     backFlag |= CWBackPixel;
-
-    MakeRootTile(pWin);
 #else
     if (!blackRoot && !whiteRoot) {
         MakeRootTile(pWin);

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