summaryrefslogtreecommitdiff
path: root/app-admin/conky/files/conky-1.10.6-fix-text-shades.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
commitf78108598211053d41752a83e0345441bb9014ae (patch)
treedd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /app-admin/conky/files/conky-1.10.6-fix-text-shades.patch
parentdc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff)
gentoo resync : 11.02.2018
Diffstat (limited to 'app-admin/conky/files/conky-1.10.6-fix-text-shades.patch')
-rw-r--r--app-admin/conky/files/conky-1.10.6-fix-text-shades.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/conky/files/conky-1.10.6-fix-text-shades.patch b/app-admin/conky/files/conky-1.10.6-fix-text-shades.patch
deleted file mode 100644
index 70b0c52d2a14..000000000000
--- a/app-admin/conky/files/conky-1.10.6-fix-text-shades.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/conky.cc 2017-02-21 18:00:40.157275779 -0800
-+++ b/src/conky.cc 2017-02-21 18:05:16.137077877 -0800
-@@ -1930,7 +1930,9 @@
-
- static void draw_stuff(void)
- {
-+#ifndef BUILD_X11
- static int text_offset_x, text_offset_y; /* offset for start position */
-+#endif
- text_offset_x = text_offset_y = 0;
- #ifdef BUILD_IMLIB2
- cimlib_render(text_start_x, text_start_y, window.width, window.height);