[Cogl] [PATCH 30/53] doc: The swap functions have moved from the framebuffer to the onscreen
Damien Lespiau
damien.lespiau at gmail.com
Tue Jan 1 06:31:06 PST 2013
From: Damien Lespiau <damien.lespiau at intel.com>
At the same time reorganise the Onscreen sections.
---
doc/reference/cogl2/cogl2-sections.txt | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/doc/reference/cogl2/cogl2-sections.txt b/doc/reference/cogl2/cogl2-sections.txt
index 48d30c3..fe99193 100644
--- a/doc/reference/cogl2/cogl2-sections.txt
+++ b/doc/reference/cogl2/cogl2-sections.txt
@@ -413,10 +413,6 @@ cogl_framebuffer_stroke_path
cogl_framebuffer_fill_path
<SUBSECTION>
-cogl_framebuffer_swap_buffers
-cogl_framebuffer_swap_region
-cogl_framebuffer_add_swap_buffers_callback
-cogl_framebuffer_remove_swap_buffers_callback
cogl_framebuffer_finish
<SUBSECTION>
@@ -449,17 +445,33 @@ cogl_framebuffer_pop_clip
<SECTION>
<FILE>cogl-onscreen</FILE>
<TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE>
+<SUBSECTION>
CoglOnscreen
+cogl_is_onscreen
COGL_ONSCREEN
+
+<SUBSECTION>
cogl_onscreen_new
+
+<SUBSECTION>
cogl_x11_onscreen_set_foreign_window_xid
cogl_x11_onscreen_get_window_xid
cogl_x11_onscreen_get_visual_xid
+
+<SUBSECTION>
cogl_win32_onscreen_set_foreign_window
cogl_win32_onscreen_get_window
-cogl_onscreen_set_swap_throttled
+
+<SUBSECTION>
cogl_onscreen_show
cogl_onscreen_hide
+
+<SUBSECTION>
+cogl_onscreen_swap_buffers
+cogl_onscreen_swap_region
+cogl_onscreen_set_swap_throttled
+cogl_onscreen_add_swap_buffers_callback
+cogl_onscreen_remove_swap_buffers_callback
</SECTION>
<SECTION>
--
1.7.7.5
More information about the Cogl
mailing list