From 6e56098c0338ce74228187e4c96fed1a66cb0956 Mon Sep 17 00:00:00 2001 From: Siarhei Siamashka Date: Sat, 29 Sep 2012 02:29:22 +0300 Subject: Add missing force_inline to in() function used for C fast paths --- pixman/pixman-fast-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-fast-path.c b/pixman/pixman-fast-path.c index 22bfd30..a12c6cf 100644 --- a/pixman/pixman-fast-path.c +++ b/pixman/pixman-fast-path.c @@ -90,7 +90,7 @@ over (uint32_t src, return dest; } -static uint32_t +static force_inline uint32_t in (uint32_t x, uint8_t y) { -- cgit v1.2.3