summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-27 20:36:51 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-30 17:38:47 -0700
commit9c18b6161bb3ce0c57db74e3768e18dfbd66f786 (patch)
tree0c4d374eb1d04dce4971993121184c0c6b9ce181 /include
parent10084c19d6f131bc8f10fe93dc908245a42f91ae (diff)
include: Rename WAFFLE_PLATFORM_COCOA to WAFFLE_PLATFORM_CGL
Cocoa is a general-purpose Objective-C framework, not Apple's GL interface. The GL interface is named CGL. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/waffle/waffle_enum.h2
-rw-r--r--include/waffle/waffle_init.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/waffle/waffle_enum.h b/include/waffle/waffle_enum.h
index ec256d2..cb58807 100644
--- a/include/waffle/waffle_enum.h
+++ b/include/waffle/waffle_enum.h
@@ -55,7 +55,7 @@ enum waffle_enum {
WAFFLE_PLATFORM = 0x0010,
WAFFLE_PLATFORM_ANDROID = 0x0011,
- WAFFLE_PLATFORM_COCOA = 0x0012,
+ WAFFLE_PLATFORM_CGL = 0x0012,
WAFFLE_PLATFORM_GLX = 0x0013,
WAFFLE_PLATFORM_WAYLAND = 0x0014,
WAFFLE_PLATFORM_X11_EGL = 0x0015,
diff --git a/include/waffle/waffle_init.h b/include/waffle/waffle_init.h
index 7f77e87..c12dced 100644
--- a/include/waffle/waffle_init.h
+++ b/include/waffle/waffle_init.h
@@ -49,7 +49,7 @@ extern "C" {
/// |:---------------------------------------|:--------:|-----:|--------:|:-----------------------------|
/// | WAFFLE_PLATFORM | yes | enum | none | WAFFLE_PLATFORM_ANDROID |
/// | . | . | . | . | WAFFLE_PLATFORM_COCOA |
-/// | . | . | . | . | WAFFLE_PLATFORM_GLX |
+/// | . | . | . | . | WAFFLE_PLATFORM_CGL |
/// | . | . | . | . | WAFFLE_PLATFORM_WAYLAND |
/// | . | . | . | . | WAFFLE_PLATFORM_X11_EGL |
///