diff options
author | Keith Packard <keithp@keithp.com> | 2010-05-21 11:14:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-06-05 17:47:32 -0700 |
commit | 9b6f5f549dfe4c20e3cb3c2ef7095ab47abaca3b (patch) | |
tree | dc1f4cc10b9434c5c54dd97b7e382cb4e33ea212 /exa | |
parent | 1768e51976ae8949d999309bd2384ccad72deecd (diff) |
Change region implementation names to eliminate the 'mi' prefix
This prepares the file to be moved from mi to dix. This patch
was done mechanically with the included scripts 'fix-miregion' run over
the entire X server and 'fix-miregion-private' run over
include/regionstr.h and mi/miregion.c.
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa_accel.c b/exa/exa_accel.c index 4164ff7aa..cf48ecd0d 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -407,7 +407,7 @@ exaHWCopyNtoN (DrawablePtr pSrcDrawable, rects[i].height = pbox[i].y2 - pbox[i].y1; } - /* This must match the miRegionCopy() logic for reversing rect order */ + /* This must match the RegionCopy() logic for reversing rect order */ if (nbox == 1 || (dx > 0 && dy > 0) || (pDstDrawable != pSrcDrawable && (pDstDrawable->type != DRAWABLE_WINDOW || |