diff options
Diffstat (limited to 'clutter')
-rw-r--r-- | clutter/cogl_rename_symbols.patch | 20 | ||||
-rw-r--r-- | clutter/cogl_set_default_context_removed.patch | 13 |
2 files changed, 0 insertions, 33 deletions
diff --git a/clutter/cogl_rename_symbols.patch b/clutter/cogl_rename_symbols.patch deleted file mode 100644 index c82e286..0000000 --- a/clutter/cogl_rename_symbols.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- clutter/cogl/clutter-stage-cogl.c.bak 2011-07-21 22:36:40.293707433 +0200 -+++ clutter/cogl/clutter-stage-cogl.c 2011-07-21 22:38:09.751705331 +0200 -@@ -124,7 +124,7 @@ - #ifdef COGL_HAS_XLIB_SUPPORT - if (stage_x11->xwin != None) - { -- cogl_onscreen_x11_set_foreign_window_xid (stage_cogl->onscreen, -+ cogl_x11_onscreen_set_foreign_window_xid (stage_cogl->onscreen, - stage_x11->xwin, - _clutter_stage_x11_update_foreign_event_mask, - stage_x11); -@@ -160,7 +160,7 @@ - - #ifdef COGL_HAS_XLIB_SUPPORT - if (stage_x11->xwin == None) -- stage_x11->xwin = cogl_onscreen_x11_get_window_xid (stage_cogl->onscreen); -+ stage_x11->xwin = cogl_x11_onscreen_get_window_xid (stage_cogl->onscreen); - - return clutter_stage_window_parent_iface->realize (stage_window); - #else diff --git a/clutter/cogl_set_default_context_removed.patch b/clutter/cogl_set_default_context_removed.patch deleted file mode 100644 index 1015268..0000000 --- a/clutter/cogl_set_default_context_removed.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- clutter/cogl/clutter-backend-cogl.c.bak 2011-07-21 22:26:17.324707070 +0200 -+++ clutter/cogl/clutter-backend-cogl.c 2011-07-21 22:26:46.829707440 +0200 -@@ -347,10 +347,6 @@ - if (!backend->cogl_context) - goto error; - -- /* XXX: eventually this should go away but a lot of Cogl code still -- * depends on a global default context. */ -- cogl_set_default_context (backend->cogl_context); -- - return TRUE; - - error: |