From 94148717aa1608591d25f87c56419627aab2582a Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 1 Jul 2011 02:02:23 +0100 Subject: [PATCH] docs: update cogl-context 2.0 docs This fixes the 2.0 reference manual Makefile to not ignore cogl-context.h; it also adds cogl_context_new to cogl-sections.txt and removes cogl_begin/end_gl. (For using raw GL with Cogl 2.0 the plan was to add some API for creating additional GL contexts via some Cogl API and a way to push/pop those contexts.) Signed-off-by: Neil Roberts --- doc/reference/cogl-2.0-experimental/Makefile.am | 1 - doc/reference/cogl-2.0-experimental/cogl-sections.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/reference/cogl-2.0-experimental/Makefile.am b/doc/reference/cogl-2.0-experimental/Makefile.am index 576b939d3..441e276ee 100644 --- a/doc/reference/cogl-2.0-experimental/Makefile.am +++ b/doc/reference/cogl-2.0-experimental/Makefile.am @@ -97,7 +97,6 @@ IGNORE_HFILES=\ cogl-vertex-buffer-private.h \ cogl-blend-string.h \ cogl-clip-stack.h \ - cogl-context.h \ cogl-debug.h \ cogl-defines.h \ cogl-deprecated.h \ diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt index 814a4390f..d2c4f8bde 100644 --- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt +++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt @@ -112,8 +112,6 @@ cogl_read_pixels cogl_flush -cogl_begin_gl -cogl_end_gl COGL_TYPE_ATTRIBUTE_TYPE @@ -339,6 +337,7 @@ cogl_pop_framebuffer CoglOnscreen: The Onscreen Framebuffer Interface CoglOnscreen COGL_ONSCREEN +cogl_onscreen_new cogl_onscreen_x11_set_foreign_window_xid cogl_onscreen_x11_get_window_xid cogl_onscreen_x11_get_visual_xid