uxa: fix order of inline Bool

Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
This commit is contained in:
Zdenek Kabelac 2013-11-25 09:09:35 +01:00 committed by Chris Wilson
parent 175b8711f8
commit 00dcb4f229
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ fallback:
}
}
static Bool inline
static inline Bool
uxa_copy_n_to_n_two_dir(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable,
GCPtr pGC, BoxPtr pbox, int nbox, int dx, int dy)
{