[Pkg-xfce-commits] r8628 - in /goodies/trunk/xfce4-screenshooter/debian: changelog patches/git_selection_background_tranparency.patch patches/series

Jackson Doak noskcaj-guest at moszumanska.debian.org
Thu Oct 2 02:25:34 UTC 2014


Author: noskcaj-guest
Date: Thu Oct  2 02:25:34 2014
New Revision: 8628

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8628
Log:
Add git_selection_background_tranparency.patch.
Make the selection background more transparent. lp:#1204452 closes: #755864

Added:
    goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch
Modified:
    goodies/trunk/xfce4-screenshooter/debian/changelog
    goodies/trunk/xfce4-screenshooter/debian/patches/series

Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/changelog?rev=8628&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog	(original)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog	Thu Oct  2 02:25:34 2014
@@ -1,3 +1,10 @@
+xfce4-screenshooter (1.8.1-4) UNRELEASED; urgency=medium
+
+  * Add git_selection_background_tranparency.patch.
+    Make the selection background more transparent. lp:#1204452 closes: #755864
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 02 Oct 2014 12:17:23 +1000
+
 xfce4-screenshooter (1.8.1-3) unstable; urgency=medium
 
   [ Evgeni Golov ]

Added: goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch?rev=8628&op=file
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch	(added)
+++ goodies/trunk/xfce4-screenshooter/debian/patches/git_selection_background_tranparency.patch	Thu Oct  2 02:25:34 2014
@@ -0,0 +1,30 @@
+From 0b22517f1ea788ba5b71872e980034051921ab0e Mon Sep 17 00:00:00 2001
+From: Sergio Cipolla <secipolla at gmail.com>
+Date: Thu, 6 Dec 2012 07:54:51 -0200
+Subject: Increase transparency of selection background (bug #9592).
+
+
+diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
+index 52f7b5c..92e6f1b 100644
+--- a/lib/screenshooter-capture.c
++++ b/lib/screenshooter-capture.c
+@@ -523,7 +523,7 @@ static gboolean cb_expose (GtkWidget *widget,
+       for (i = 0; i < n_rects; ++i)
+         {
+           /* Restore the transparent background */
+-          cairo_set_source_rgba (cr, 0, 0, 0, 0.8);
++          cairo_set_source_rgba (cr, 0, 0, 0, 0.4);
+           gdk_cairo_rectangle (cr, &rects[i]);
+           cairo_fill (cr);
+ 
+@@ -548,7 +548,7 @@ static gboolean cb_expose (GtkWidget *widget,
+ 
+       /* Draw the transparent background */
+       cr = gdk_cairo_create (GDK_DRAWABLE (widget->window));
+-      cairo_set_source_rgba (cr, 0, 0, 0, 0.8);
++      cairo_set_source_rgba (cr, 0, 0, 0, 0.4);
+       cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
+ 
+       for (i = 0; i < n_rects; ++i)
+-- 
+cgit v0.10.1

Modified: goodies/trunk/xfce4-screenshooter/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/patches/series?rev=8628&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/patches/series	(original)
+++ goodies/trunk/xfce4-screenshooter/debian/patches/series	Thu Oct  2 02:25:34 2014
@@ -1 +1,2 @@
 01_fix-plugin-build.patch
+git_selection_background_tranparency.patch




More information about the Pkg-xfce-commits mailing list