summaryrefslogtreecommitdiff
path: root/community/cinnamon-screensaver/fix-high-cpu.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-04 03:19:38 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-04 03:19:38 +0000
commitbc80cf7c2a23a9d9580f3db36652165fd307b598 (patch)
tree76a53605263164803bdabd99d2fa15aeaacfbd14 /community/cinnamon-screensaver/fix-high-cpu.patch
parent5daf7a199ac436064eb4f3343e4a38ea383d628e (diff)
Sun May 4 03:18:33 UTC 2014
Diffstat (limited to 'community/cinnamon-screensaver/fix-high-cpu.patch')
-rw-r--r--community/cinnamon-screensaver/fix-high-cpu.patch22
1 files changed, 4 insertions, 18 deletions
diff --git a/community/cinnamon-screensaver/fix-high-cpu.patch b/community/cinnamon-screensaver/fix-high-cpu.patch
index ea9e5cf8c..965ddc386 100644
--- a/community/cinnamon-screensaver/fix-high-cpu.patch
+++ b/community/cinnamon-screensaver/fix-high-cpu.patch
@@ -1,24 +1,10 @@
-From b6e44705c0fb68e526ef66d56d26fa677d885193 Mon Sep 17 00:00:00 2001
-From: Corbin <RavetcoFX@gmail.com>
-Date: Fri, 18 Apr 2014 17:11:15 -0600
-Subject: [PATCH] Fix sticky screensaver issue
-
----
- src/gs-window-x11.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
-index eb4fe5f..127eda5 100644
---- a/src/gs-window-x11.c
-+++ b/src/gs-window-x11.c
-@@ -2140,7 +2140,6 @@ shade_background (GtkWidget *widget,
+--- cinnamon-screensaver-2.2.2.orig/src/gs-window-x11.c 2014-05-02 10:46:28.000000000 -0500
++++ cinnamon-screensaver-2.2.2/src/gs-window-x11.c 2014-05-03 13:04:32.024323984 -0500
+@@ -2139,7 +2139,6 @@
{
cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 0.7);
cairo_paint (cr);
- gs_window_clear_to_background_surface (window);
-
+ gtk_widget_queue_draw (widget);
return FALSE;
}
---
-1.9.1
-