mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
EXA: Don't suggest exaCopyDirty be inlined.
Leave the decision to the compiler toolchain.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user