[gnome-control-center] display: Remove excess cairo_save() call
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] display: Remove excess cairo_save() call
- Date: Thu, 7 Oct 2010 22:01:39 +0000 (UTC)
commit ab3c66ecdd7e62df820d7255acb15517197f3913
Author: Benjamin Otte <otte redhat com>
Date: Thu Oct 7 23:40:04 2010 +0200
display: Remove excess cairo_save() call
panels/display/xrandr-capplet.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/panels/display/xrandr-capplet.c b/panels/display/xrandr-capplet.c
index 36941bd..32b79ec 100644
--- a/panels/display/xrandr-capplet.c
+++ b/panels/display/xrandr-capplet.c
@@ -1753,8 +1753,6 @@ paint_output (App *app, cairo_t *cr, int i)
g_debug ("%f %f %f %f", x, y, w * scale + 0.5, h * scale + 0.5);
#endif
- cairo_save (cr);
-
cairo_translate (cr,
x + (w * scale + 0.5) / 2,
y + (h * scale + 0.5) / 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]