From 728a3d1c81187cb2331f6a4d0279203618278ea8 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sat, 27 Oct 2018 02:26:28 +0200 Subject: Window.c: add FIXME --- nx-X11/programs/Xserver/hw/nxagent/Window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index c62968d2b..c5a481bbe 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))) { -- cgit v1.2.3