summarylogtreecommitdiffstats
path: root/365.patch
diff options
context:
space:
mode:
authorTérence Clastres2019-01-31 08:37:49 +0100
committerTérence Clastres2019-01-31 08:37:49 +0100
commit17c546c6a599281af8b39d4d3545c282e838f859 (patch)
tree7037be9a9fe4f4e5a63794ac7986c31afe824b9e /365.patch
parent9f82ab6e81b0cfd9aa6034421a0aa4da5a47f49a (diff)
downloadaur-17c546c6a599281af8b39d4d3545c282e838f859.tar.gz
New performance patches, re-enable 168 by default, commit hash updated, cleanups
Diffstat (limited to '365.patch')
-rw-r--r--365.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/365.patch b/365.patch
new file mode 100644
index 000000000000..0500009f5798
--- /dev/null
+++ b/365.patch
@@ -0,0 +1,14 @@
+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 ();