summaryrefslogtreecommitdiff
path: root/x11-themes/qtcurve/files/patch-bdf0a5c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/qtcurve/files/patch-bdf0a5c')
-rw-r--r--x11-themes/qtcurve/files/patch-bdf0a5c22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/qtcurve/files/patch-bdf0a5c b/x11-themes/qtcurve/files/patch-bdf0a5c
deleted file mode 100644
index f93b61fe01dc..000000000000
--- a/x11-themes/qtcurve/files/patch-bdf0a5c
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Yichao Yu <yyc1992@gmail.com>
-Date: Sun, 02 Feb 2014 12:11:06 +0000
-Subject: [lib/utils/x11shadow] typo in shadow color .... #54
-X-Git-Url: http://quickgit.kde.org/?p=qtcurve.git&a=commitdiff&h=bdf0a5ce3ecc7ac0a7f9636358d444b7c4305828
----
-[lib/utils/x11shadow] typo in shadow color .... #54
----
-
-
---- lib/utils/x11helpers.c
-+++ lib/utils/x11helpers.c
-@@ -77,7 +77,7 @@
- {
- int shadow_size = 30;
- int shadow_radius = 4;
-- QtcColor c1 = {0.5, 0.4, 0.4};
-+ QtcColor c1 = {0.4, 0.4, 0.4};
- QtcColor c2 = {0.2, 0.2, 0.2};
- QtcImage *shadow_images[8];
- qtcShadowCreate(shadow_size, &c1, &c2, shadow_radius, false,
-
-