summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-05-21 12:18:22 -0700
committerKeith Packard <keithp@keithp.com>2010-06-05 19:03:22 -0700
commit965cade6ee7c226f850e806cb2e910793d1536f9 (patch)
tree56eb7040cf03a56ed5b398efc10aea76221d16a9 /Xext
parent2dc138922b7588515d5f2447e4b9dcdc0bef15e0 (diff)
Change region implementation from macros to inline functions.
This makes all of the previous macros into inline functions and also turns all of the direct calls to pixman region code into inline functions as well. Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/panoramiX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
index 670cf504a..c6254387e 100644
--- a/Xext/panoramiX.c
+++ b/Xext/panoramiX.c
@@ -386,7 +386,7 @@ static void XineramaInitData(ScreenPtr pScreen)
{
int i, w, h;
- RegionNull(&PanoramiXScreenRegion)
+ RegionNull(&PanoramiXScreenRegion);
for (i = 0; i < PanoramiXNumScreens; i++) {
BoxRec TheBox;
RegionRec ScreenRegion;