onscreen: make platform specific onscreen apis consistent

There were several CoglOnscreen functions named like:
cogl_onscreen_<platform>_blah instead of cogl_<platform>_onscreen_blah
so this patch updates those to be consistent with other platform
specific apis we have in cogl.

Signed-off-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Robert Bragg
2011-07-01 01:58:38 +01:00
parent b2e735ff7f
commit 38b67e2884
4 changed files with 27 additions and 27 deletions

View File

@ -338,11 +338,11 @@ cogl_pop_framebuffer
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
cogl_onscreen_win32_set_foreign_window
cogl_onscreen_win32_get_window
cogl_x11_onscreen_set_foreign_window_xid
cogl_x11_onscreen_get_window_xid
cogl_x11_onscreen_get_visual_xid
cogl_win32_onscreen_set_foreign_window
cogl_win32_onscreen_get_window
cogl_onscreen_set_swap_throttled
cogl_onscreen_show
cogl_onscreen_hide