diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-22 17:54:51 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-22 17:54:51 -0400 |
commit | e1860f241b7322c54c109cf5727df45b54b73916 (patch) | |
tree | 93d43b3686805c1ce4b6062205993a620e8cd000 /hw/xfree86 | |
parent | 19d30c1c771c0f5c9dfc0f4cfb084dd2e528d992 (diff) |
Document xf86_crtc_clip_video_helper better.
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/modes/xf86Crtc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index d375da897..064ff1689 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -2220,7 +2220,10 @@ xf86_covering_crtc(ScrnInfoPtr pScrn, /* * For overlay video, compute the relevant CRTC and - * clip video to that + * clip video to that. + * + * returning FALSE means there was a memory failure of some kind, + * not that the video shouldn't be displayed */ _X_EXPORT Bool |