[Cogl] [PATCH] remove reference to cogl 1.x api in cogl.h
Robert Bragg
robert at sixbynine.org
Thu Dec 6 03:53:20 PST 2012
From: Robert Bragg <robert at linux.intel.com>
There were some section headers in cogl.h referring to the 1.x api vs
the 2.x api which aren't meaningful anymore since master only relates to
the 2.x api.
---
cogl/cogl.h | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 493eb5d..58477ff 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -27,10 +27,6 @@
#define __COGL_H_INSIDE__
-/*
- * API common to the 1.x and 2.0 api...
- */
-
#include <cogl/cogl-defines.h>
#include <cogl/cogl-error.h>
@@ -50,9 +46,6 @@
#include <cogl/cogl-enum-types.h>
#endif
-/*
- * 2.0 api that's compatible with the 1.x api...
- */
#include <cogl/cogl-swap-chain.h>
#include <cogl/cogl-renderer.h>
#include <cogl/cogl-display.h>
@@ -104,7 +97,7 @@
* SECTION:cogl
* @short_description: General purpose API
*
- * General utility functions for COGL.
+ * General utility functions for Cogl.
*/
#undef __COGL_H_INSIDE__
--
1.7.7.6
More information about the Cogl
mailing list