Update vtable.id in cogl-winsys-wgl.c
Change EGL id to WGL id. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
fe4a918d4a
commit
6256ad8a7b
@ -832,7 +832,7 @@ _cogl_winsys_wgl_get_vtable (void)
|
||||
{
|
||||
memset (&vtable, 0, sizeof (vtable));
|
||||
|
||||
vtable.id = COGL_WINSYS_ID_EGL;
|
||||
vtable.id = COGL_WINSYS_ID_WGL;
|
||||
vtable.name = "WGL";
|
||||
vtable.renderer_get_proc_address = _cogl_winsys_renderer_get_proc_address;
|
||||
vtable.renderer_connect = _cogl_winsys_renderer_connect;
|
||||
|
Loading…
Reference in New Issue
Block a user