diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-05 14:53:08 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-06-06 16:35:14 +0200 |
commit | 2cd023da338aa020172389abddf4248a9f82cff5 (patch) | |
tree | 68b587f69ab328ee239f355000d7de2536ed2ccb | |
parent | 402ccbb6611749ad9f8a61a506a69231a0df9a2a (diff) |
render: Replace __inline with inline.various-master
Also remove traces from the past.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r-- | render/mipict.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/render/mipict.c b/render/mipict.c index 08b2fa722..9a44c2729 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, |