Re: [PATCH 04/22] mi: Remove apparently unused miSegregateChildren

2014-07-28 Thread Keith Packard
Adam Jackson a...@redhat.com writes: This came in between XFree86 4.3 and 4.4, I'm not entirely sure what it was meant to do. It constructs a region for all windows in a tree of a specific depth. Use this to compute window clipping in hardware that has multiple planes of different depths.

[PATCH 04/22] mi: Remove apparently unused miSegregateChildren

2014-07-22 Thread Adam Jackson
This came in between XFree86 4.3 and 4.4, I'm not entirely sure what it was meant to do. Signed-off-by: Adam Jackson a...@redhat.com --- mi/mi.h | 3 --- mi/miwindow.c | 14 -- 2 files changed, 17 deletions(-) diff --git a/mi/mi.h b/mi/mi.h index feba5cb..d5a5ba3 100644 ---