On 10/ 8/14 05:04 PM, Adam Jackson wrote:
Signed-off-by: Adam Jackson <[email protected]> --- dix/window.c | 2 -- 1 file changed, 2 deletions(-)diff --git a/dix/window.c b/dix/window.c index e1645c3..e49670a 100644 --- a/dix/window.c +++ b/dix/window.c @@ -2806,8 +2806,6 @@ UnmapSubwindows(WindowPtr pWin) pChild->mapped = FALSE; if (pChild->realized) UnrealizeTree(pChild, FALSE); - if (wasViewable) { - } } } if (wasViewable) {
Seems to have been missed when removing the #ifdef DO_SAVE_UNDERS code that used to be in the if body. Reviewed-by: Alan Coopersmith <[email protected]> -- -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
