-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73906 from worldofpeace/pantheon-latest-mutter
Pantheon use mutter334
- Loading branch information
Showing
25 changed files
with
664 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
147 changes: 0 additions & 147 deletions
147
...ktops/gnome-3/core/mutter/0001-Revert-ClutterActor-Preserve-valid-paint-volumes-til.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
pkgs/desktops/gnome-3/core/mutter/3.34/0001-Fix-glitches-in-gala.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From e10186284103d3ad8e425980b096eac813cae631 Mon Sep 17 00:00:00 2001 | ||
From: worldofpeace <worldofpeace@protonmail.ch> | ||
Date: Sun, 5 Apr 2020 23:06:03 -0400 | ||
Subject: [PATCH] Fix glitches in gala | ||
|
||
This fixes issues for users of mutter like in gala[0]. | ||
|
||
Upstream report: https://gitlab.gnome.org/GNOME/mutter/issues/536 | ||
[0]: https://github.com/elementary/gala/issues/605 | ||
--- | ||
clutter/clutter/clutter-actor.c | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c | ||
index ecf9a597d..07b8b7155 100644 | ||
--- a/clutter/clutter/clutter-actor.c | ||
+++ b/clutter/clutter/clutter-actor.c | ||
@@ -17831,7 +17831,7 @@ _clutter_actor_get_paint_volume_mutable (ClutterActor *self) | ||
if (_clutter_actor_get_paint_volume_real (self, &priv->paint_volume)) | ||
{ | ||
priv->paint_volume_valid = TRUE; | ||
- priv->needs_paint_volume_update = FALSE; | ||
+ //priv->needs_paint_volume_update = FALSE; | ||
return &priv->paint_volume; | ||
} | ||
else | ||
-- | ||
2.25.1 | ||
|
Oops, something went wrong.