diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-05 14:53:08 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-08-31 14:35:25 +0200 |
commit | 24b2b43e85c1e3f3d242ccab8793bf4ef83cfac4 (patch) | |
tree | 013ad67ea29392ffc3d635999c23cf398926c0bd /render | |
parent | 9f01249d7f81514a38c44dff2a4a4612dbf97cae (diff) |
render: Replace __inline with inline.
Also remove traces from the past.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Diffstat (limited to 'render')
-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, |