[cogl] Update vtable.id in cogl-winsys-wgl.c
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Update vtable.id in cogl-winsys-wgl.c
- Date: Sun, 31 Jul 2011 17:04:41 +0000 (UTC)
commit 6256ad8a7ba58b961248d43c7ada2017efcc76bd
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Jul 1 13:48:24 2011 +0800
Update vtable.id in cogl-winsys-wgl.c
Change EGL id to WGL id.
Reviewed-by: Neil Roberts <neil linux intel com>
cogl/winsys/cogl-winsys-wgl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/winsys/cogl-winsys-wgl.c b/cogl/winsys/cogl-winsys-wgl.c
index fac0161..def4d92 100644
--- a/cogl/winsys/cogl-winsys-wgl.c
+++ b/cogl/winsys/cogl-winsys-wgl.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]