Hide the global implementation variable behind a force_inline function.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 10 Jul 2010 19:47:12 +0000 (15:47 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 11 Jul 2010 13:43:55 +0000 (09:43 -0400)
commitf18bcf1f6e984c33dca30ad1ce03c58628fe39df
tree41e6da38dc6f5a646e27939d41cf11f8b62f1552
parent5c935473d8a193b3510f8605a6658ea6ac998fd1
Hide the global implementation variable behind a force_inline function.

Previously the global variable was called 'imp' which was confusing
with the argument to various other functions also being called imp.
pixman/pixman.c