[X2Go-Commits] [nx-libs] 207/429: Screen.c: remove superflous code that produces a crash

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:36:32 CEST 2021


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 a83ec33d5f4d4d60e25d14053282c31dc0e09655
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Sat Jan 16 22:13:05 2021 +0100

    Screen.c: remove superflous code that produces a crash
    
    Fixes ArcticaProject/nx-libs#987
---
 nx-X11/programs/Xserver/hw/nxagent/Screen.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index 173d2fb82..a6b312aaa 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -337,12 +337,6 @@ void nxagentMinimizeFromFullScreen(ScreenPtr pScreen)
  */
 void nxagentMaximizeToFullScreen(ScreenPtr pScreen)
 {
-  if (nxagentOption(AllScreens))
-    nxagentSwitchAllScreens(pScreen, True);
-  else
-    nxagentSwitchFullscreen(pScreen, True);
-  return;
-
 /*
   XUnmapWindow(nxagentDisplay, nxagentIconWindow);
 */

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