[PATCH 4/4] render: Replace __inline with inline.
Cyril Brulebois
kibi at debian.org
Sun Jun 5 10:58:15 PDT 2011
Also remove traces from the past.
Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
render/mipict.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/render/mipict.c b/render/mipict.c
index 08b2fa7..9a44c27 100644
--- a/render/mipict.c
+++ b/render/mipict.c
@@ -33,10 +33,6 @@
#include "picturestr.h"
#include "mipict.h"
-#ifndef __GNUC__
-#define __inline
-#endif
-
int
miCreatePicture (PicturePtr pPicture)
{
@@ -307,7 +303,7 @@ miClipPictureReg (pixman_region16_t * pRegion,
return pixman_region_not_empty(pRegion);
}
-static __inline Bool
+static inline Bool
miClipPictureSrc (RegionPtr pRegion,
PicturePtr pPicture,
int dx,
--
1.7.5.3
More information about the xorg-devel
mailing list