summarylogtreecommitdiffstats
path: root/365.patch
diff options
context:
space:
mode:
authorTérence Clastres2019-03-15 22:20:38 +0100
committerTérence Clastres2019-03-15 22:22:41 +0100
commit6b4a360723988680332df1ce92c86a565fc06817 (patch)
tree2c3fd7c730e77536ba853a172b78b9dcac319bc2 /365.patch
parent60e037eddcddde7655613de5240bf5cd8f661952 (diff)
downloadaur-6b4a360723988680332df1ce92c86a565fc06817.tar.gz
3.32
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 ();