mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
osmesa: s/INLINE/inline/
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
27727b8479
commit
0f255fd26b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue