[X2Go-Commits] [nx-libs] 73/108: Window.c: add FIXME

git-admin at x2go.org git-admin at x2go.org
Fri Nov 9 20:35:51 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit 728a3d1c81187cb2331f6a4d0279203618278ea8
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Sat Oct 27 02:26:28 2018 +0200

    Window.c: add FIXME
---
 nx-X11/programs/Xserver/hw/nxagent/Window.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index c62968d..c5a481b 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -2275,6 +2275,10 @@ void nxagentShapeWindow(WindowPtr pWin)
               (void *) pWin, nxagentWindow(pWin));
   #endif
 
+  /*
+    FIXME: this is the same code as below, just with another shape. Maybe move
+    this code to a helper function?
+   */
   if (!nxagentRegionEqual(nxagentWindowPriv(pWin)->boundingShape,
                         wBoundingShape(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