mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Emmanuele Bassi
fcc3d56209
Split the typdef to avoid confusing scanners
Scanners like gtk-doc and g-ir-scanner get confused by: typedef struct _Foo { ... } Foo; And expect instead: typedef struct _Foo Foo; struct _Foo { ... }; CoglMatrix definition should be changed to avoid the former type.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%