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 d7d205c0d83844cb23e75d09c2b683f15fff72a9 Author: Ulrich Sibiller <uli42@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