summarylogtreecommitdiffstats
path: root/365.patch
diff options
context:
space:
mode:
Diffstat (limited to '365.patch')
-rw-r--r--365.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/365.patch b/365.patch
deleted file mode 100644
index 0500009f5798..000000000000
--- a/365.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/clutter/clutter/clutter-stage.c b/clutter/clutter/clutter-stage.c
-index e7dea4292..103a99cd6 100644
---- a/clutter/clutter/clutter-stage.c
-+++ b/clutter/clutter/clutter-stage.c
-@@ -1564,7 +1564,8 @@ _clutter_stage_do_pick_on_view (ClutterStage *stage,
- */
- cogl_push_framebuffer (fb);
- context->pick_mode = mode;
-- _clutter_stage_paint_view (stage, view, NULL);
-+
-+ clutter_stage_do_paint_view (stage, view, NULL);
- context->pick_mode = CLUTTER_PICK_NONE;
- priv->cached_pick_mode = mode;
- cogl_pop_framebuffer ();