[clutter/wip/cogl-winsys-wgl: 1/2] cogl: Rename cogl-winsys-win32 to cogl-winsys-wgl
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/cogl-winsys-wgl: 1/2] cogl: Rename cogl-winsys-win32 to cogl-winsys-wgl
- Date: Thu, 21 Apr 2011 16:08:55 +0000 (UTC)
commit 455398a202f37025e341e3f9241177559f31e9b0
Author: Neil Roberts <neil linux intel com>
Date: Thu Apr 21 16:52:54 2011 +0100
cogl: Rename cogl-winsys-win32 to cogl-winsys-wgl
The only function in cogl-winsys-win32 is actually specific to WGL
rather than just Win32 so it makes sense to rename it.
clutter/cogl/cogl/Makefile.am | 2 +-
.../{cogl-winsys-win32.c => cogl-winsys-wgl.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/cogl/cogl/Makefile.am b/clutter/cogl/cogl/Makefile.am
index a9d1d07..80bbf91 100644
--- a/clutter/cogl/cogl/Makefile.am
+++ b/clutter/cogl/cogl/Makefile.am
@@ -352,7 +352,7 @@ cogl_sources_c += \
endif
if SUPPORT_WIN32
cogl_sources_c += \
- $(srcdir)/winsys/cogl-winsys-win32.c \
+ $(srcdir)/winsys/cogl-winsys-wgl.c \
$(srcdir)/winsys/cogl-winsys-stub.c
endif
if SUPPORT_OSX
diff --git a/clutter/cogl/cogl/winsys/cogl-winsys-win32.c b/clutter/cogl/cogl/winsys/cogl-winsys-wgl.c
similarity index 100%
rename from clutter/cogl/cogl/winsys/cogl-winsys-win32.c
rename to clutter/cogl/cogl/winsys/cogl-winsys-wgl.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]