Robert Bragg
dc7383b714
Add a vtable of indirection to the winsys code
So that we can dynamically select what winsys backend to use at runtime we need to have some indirection to how code accesses the winsys instead of simply calling _cogl_winsys* functions that would collide if we wanted to compile more than one backend into Cogl.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%