Module: Mesa Branch: master Commit: 0f255fd26b34a6ff35b80c2e24b3d1e02b9cf214 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f255fd26b34a6ff35b80c2e24b3d1e02b9cf214
Author: Brian Paul <[email protected]> Date: Thu Sep 4 09:20:58 2014 -0600 osmesa: s/INLINE/inline/ Reviewed-by: Kenneth Graunke <[email protected]> --- src/mesa/drivers/osmesa/osmesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c index ab9ac31..74cbb5a 100644 --- a/src/mesa/drivers/osmesa/osmesa.c +++ b/src/mesa/drivers/osmesa/osmesa.c @@ -83,7 +83,7 @@ struct osmesa_context }; -static INLINE OSMesaContext +static inline OSMesaContext OSMESA_CONTEXT(struct gl_context *ctx) { /* Just cast, since we're using structure containment */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
