summaryrefslogtreecommitdiff
path: root/composite
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-01-19 17:20:49 -0500
committerAdam Jackson <ajax@redhat.com>2017-01-25 11:26:52 -0500
commitbccbaf7c113b1300071601879002682ebbe8b1c1 (patch)
tree9657149469a033b21bec48719bf9b297a226f0e5 /composite
parent86463981361064dd0352ec215abf1696ce7fc5ea (diff)
composite: Remove a misleading comment
This comment is above compIsAlternateVisual, which used to be the only thing determining whether implicit redirect was needed. It's not anymore due to the redirection exception list. That job is now performed by compImplicitRedirect, whose code is self-explanitory. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'composite')
-rw-r--r--composite/compwindow.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/composite/compwindow.c b/composite/compwindow.c
index bcd230c37..fa7d5749f 100644
--- a/composite/compwindow.c
+++ b/composite/compwindow.c
@@ -320,11 +320,6 @@ compClipNotify(WindowPtr pWin, int dx, int dy)
}
}
-/*
- * Returns TRUE if the window needs server-provided automatic redirect,
- * which is true if the child and parent aren't both regular or ARGB visuals
- */
-
static Bool
compIsAlternateVisual(ScreenPtr pScreen, XID visual)
{