summaryrefslogtreecommitdiffstats
path: root/x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
commit576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch)
tree7d54883f16cccc4cbd414398d7fec3c437b36b49 /x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch
parentfdd6b67a78a966f6a2131de8fe0e539316511083 (diff)
downloaddarklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip
Cleaned most of outdated stuff
Diffstat (limited to 'x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch')
-rw-r--r--x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch b/x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch
deleted file mode 100644
index 6c01495..0000000
--- a/x11-libs/gtk+/files/gtk+-1.2.10-rh-troughpaint.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gtk+/gtk/gtkrange.c 22 Feb 2001 20:38:14 -0000 1.26.2.3
-+++ gtk+/gtk/gtkrange.c 19 Jul 2002 15:41:58 -0000
-@@ -829,7 +828,10 @@ gtk_range_expose (GtkWidget *widget
- (event->area.x + event->area.width <=
- widget->allocation.width - trough_border) &&
- (event->area.y + event->area.height <=
-- widget->allocation.height - trough_border)))
-+ widget->allocation.height - trough_border)) ||
-+ gtk_style_get_prop_experimental (widget->style,
-+ "GtkRange::always_draw_trough",
-+ 0))
- gtk_range_draw_trough (range);
- }
- else if (event->window == widget->window)