mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
doc: The swap functions have moved from the framebuffer to the onscreen
At the same time reorganise the Onscreen sections. (cherry picked from commit 5ef71e17f7b9f2b254cc33e2f574a8a3a5cfb09d)
This commit is contained in:
parent
7dab25d2bc
commit
b8a18d6fbc
@ -463,10 +463,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>
|
||||
@ -505,17 +501,33 @@ cogl_pop_framebuffer
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user