aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Window.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-05-30 11:38:10 +0200
committerUlrich Sibiller <uli42@gmx.de>2019-06-19 00:39:58 +0200
commit1bfafc127c82b87bbb398bbd7c6984144c3fb3eb (patch)
tree19bf1c4e36860f6b30f4937ca8551e66f36195f9 /nx-X11/programs/Xserver/hw/nxagent/Window.c
parent1a8de6352d068e0a45904cf9b80bde30561eca2f (diff)
downloadnx-libs-1bfafc127c82b87bbb398bbd7c6984144c3fb3eb.tar.gz
nx-libs-1bfafc127c82b87bbb398bbd7c6984144c3fb3eb.tar.bz2
nx-libs-1bfafc127c82b87bbb398bbd7c6984144c3fb3eb.zip
Window.c: add missing comment about nxagentConfiguredWindowList
was in inital version of 6ce9fb5f2875754f97035d3338b3d0e1d20169ae but got lost during some rebasing/cherry-picking preceeding the pull request.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 6758e0875..78a5081f0 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -3470,6 +3470,12 @@ void nxagentSetTopLevelEventMask(WindowPtr pWin)
}
/*
+ * Run nxagentConfigureWindow() on all windows in
+ * nxagentConfiguredWindowList and move them from the list
+ * afterwards. The list will be empty then.
+ *
+ * This is also taking care of entries in nxagentExposeQueue that need
+ * to be synchronized with the real X server.
*/
void nxagentFlushConfigureWindow(void)
{