diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-05-24 20:01:31 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-05-24 20:01:31 +0200 |
commit | d73304398255e0c3b03a497a8d4a2f8d900eef44 (patch) | |
tree | cc59aab496e684d9a6e5a9cd7b59355b10e89fe6 /exa | |
parent | 3baf3b42e079b4e7b61c1e20df305db0724d21f8 (diff) |
EXA: Don't suggest exaCopyDirty be inlined.
Leave the decision to the compiler toolchain.
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa_migration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa_migration.c b/exa/exa_migration.c index d3646b0b6..5f22474e9 100644 --- a/exa/exa_migration.c +++ b/exa/exa_migration.c @@ -116,7 +116,7 @@ exaPixmapShouldBeInFB (PixmapPtr pPix) * If the pixmap is currently dirty, this copies at least the dirty area from * FB to system or vice versa. Both areas must be allocated. */ -static _X_INLINE void +static void exaCopyDirty(ExaMigrationPtr migrate, RegionPtr pValidDst, RegionPtr pValidSrc, Bool (*transfer) (PixmapPtr pPix, int x, int y, int w, int h, char *sys, int sys_pitch), CARD8 *fallback_src, |