[X2Go-Commits] [nx-libs] 44/429: Window.c: some more TEST and DEBUG output
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:03 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 4c6940cddb10c03127cf7775299e799960581e40
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Tue May 26 01:08:50 2020 +0200
Window.c: some more TEST and DEBUG output
---
nx-X11/programs/Xserver/hw/nxagent/Window.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 94a1bb9ee..2dea31af0 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -821,6 +821,9 @@ void nxagentSwitchAllScreens(ScreenPtr pScreen, Bool switchOn)
if (XCheckTypedWindowEvent(nxagentDisplay, w, ReparentNotify, &e))
{
+ #ifdef TEST
+ fprintf(stderr, "%s: found ReparentNotify event in iteration [%d].\n", __func__, i);
+ #endif
break;
}
@@ -970,6 +973,9 @@ void nxagentSwitchAllScreens(ScreenPtr pScreen, Bool switchOn)
if (nxagentOption(WMBorderWidth) > 0)
{
+ #ifdef DEBUG
+ fprintf(stderr, "%s: WMBorderWidth [%d]\n", __func__, nxagentOption(WMBorderWidth));
+ #endif
nxagentChangeOption(X, nxagentOption(SavedX) - nxagentOption(WMBorderWidth));
}
else
@@ -979,6 +985,9 @@ void nxagentSwitchAllScreens(ScreenPtr pScreen, Bool switchOn)
if (nxagentOption(WMTitleHeight) > 0)
{
+ #ifdef DEBUG
+ fprintf(stderr, "%s: WMTitleHeight [%d]\n", __func__, nxagentOption(WMTitleHeight));
+ #endif
nxagentChangeOption(Y, nxagentOption(SavedY) - nxagentOption(WMTitleHeight));
}
else
--
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