Commit 728a3d1c authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Window.c: add FIXME

parent 1eb56035
...@@ -2275,6 +2275,10 @@ void nxagentShapeWindow(WindowPtr pWin) ...@@ -2275,6 +2275,10 @@ void nxagentShapeWindow(WindowPtr pWin)
(void *) pWin, nxagentWindow(pWin)); (void *) pWin, nxagentWindow(pWin));
#endif #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, if (!nxagentRegionEqual(nxagentWindowPriv(pWin)->boundingShape,
wBoundingShape(pWin))) wBoundingShape(pWin)))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment