EXA: Don't suggest exaCopyDirty be inlined.

Leave the decision to the compiler toolchain.
(cherry picked from commit d733043982)
This commit is contained in:
Michel Dänzer 2008-05-24 20:01:31 +02:00 committed by Adam Jackson
parent 3943a3a567
commit 6dee3fdf18

View File

@ -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,