mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user