mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user