summaryrefslogtreecommitdiff
path: root/mi/mi.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-05-21 11:14:59 -0700
committerKeith Packard <keithp@keithp.com>2010-06-05 17:47:32 -0700
commit9b6f5f549dfe4c20e3cb3c2ef7095ab47abaca3b (patch)
treedc1f4cc10b9434c5c54dd97b7e382cb4e33ea212 /mi/mi.h
parent1768e51976ae8949d999309bd2384ccad72deecd (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 'mi/mi.h')
-rw-r--r--mi/mi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mi/mi.h b/mi/mi.h
index 321523b98..9f67d2e9a 100644
--- a/mi/mi.h
+++ b/mi/mi.h
@@ -422,18 +422,18 @@ extern _X_EXPORT void miPushPixels(
/* see also region.h */
-extern _X_EXPORT Bool miRectAlloc(
+extern _X_EXPORT Bool RegionRectAlloc(
RegionPtr /*pRgn*/,
int /*n*/
);
#ifdef DEBUG
-extern _X_EXPORT Bool miValidRegion(
+extern _X_EXPORT Bool RegionIsValid(
RegionPtr /*prgn*/
);
#endif
-extern _X_EXPORT Bool miRegionBroken(RegionPtr pReg);
+extern _X_EXPORT Bool RegionBroken(RegionPtr pReg);
/* miscrinit.c */