On 10/ 8/14 05:04 PM, Adam Jackson wrote:
@@ -2576,10 +2576,9 @@ MapWindow(WindowPtr pWin, ClientPtr client)
              if (anyMarked) {
                  (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, 
VTMap);
                  (*pScreen->HandleExposures) (pLayerWin->parent);
-            }
-            if (anyMarked && pScreen->PostValidateTree)
-                (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin,
-                                              VTMap);
+                if (pScreen->PostValidateTree)
+                    (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin,
+                                                  VTMap);
          }
          WindowsRestructured();
      }

Am I missing something or did you lose the closing } for the if (anyMarked) body
in this hunk?

--
        -Alan Coopersmith-              [email protected]
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to