From 932273ca5caeb544567a3c3dfba95e5771ecfc7e Mon Sep 17 00:00:00 2001 From: William Hua Date: Sat, 22 Jun 2013 16:26:13 -0400 Subject: Experimental non-null support. --- debian/patches/default-icon-colour.patch | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) create mode 100644 debian/patches/default-icon-colour.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/default-icon-colour.patch b/debian/patches/default-icon-colour.patch new file mode 100644 index 00000000..0f1de6c0 --- /dev/null +++ b/debian/patches/default-icon-colour.patch @@ -0,0 +1,10 @@ +--- a/lib/main.vala ++++ b/lib/main.vala +@@ -183,6 +183,7 @@ + Pango.FontDescription description; + var style = get_style_context (); + var colour = style.get_color (Gtk.StateFlags.NORMAL); ++ colour = { 0.5, 0.5, 0.5, 1.0 }; + style.get (Gtk.StateFlags.NORMAL, Gtk.STYLE_PROPERTY_FONT, out description); + + var surface = new Cairo.ImageSurface (Cairo.Format.ARGB32, W, H); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..a0ecd8c3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +default-icon-colour.patch -- cgit v1.2.3