diff options
Diffstat (limited to 'x11-themes/gtk-smooth-engine/files')
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-configure | 16 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c | 21 |
2 files changed, 20 insertions, 17 deletions
diff --git a/x11-themes/gtk-smooth-engine/files/patch-configure b/x11-themes/gtk-smooth-engine/files/patch-configure index a2843d3b1525..2d5297e692b2 100644 --- a/x11-themes/gtk-smooth-engine/files/patch-configure +++ b/x11-themes/gtk-smooth-engine/files/patch-configure @@ -1,14 +1,6 @@ ---- configure.orig Tue Dec 16 17:35:58 2003 -+++ configure Sat Jan 3 18:50:45 2004 -@@ -7997,6 +7997,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8050,7 +8051,7 @@ +--- configure.orig Sun Oct 17 02:11:36 2004 ++++ configure Sun Oct 17 02:15:38 2004 +@@ -19381,7 +19382,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -17,7 +9,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. -@@ -8101,7 +8102,7 @@ +@@ -19432,7 +19433,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR diff --git a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c b/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c index 2358ab57a5a2..1ff67a034aef 100644 --- a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c +++ b/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c @@ -1,14 +1,25 @@ ---- gtk1/gtk1_patches.c.orig Sat Jan 3 18:40:36 2004 -+++ gtk1/gtk1_patches.c Sat Jan 3 18:41:07 2004 -@@ -1197,6 +1197,7 @@ +--- gtk1/gtk1_patches.c.orig Sun Oct 17 02:18:35 2004 ++++ gtk1/gtk1_patches.c Sun Oct 17 02:21:21 2004 +@@ -934,6 +934,8 @@ + slider_length = SCALE_SLIDER_LENGTH(widget->style); + } + ++ ++ + _scale_calc_request (widget, slider_width, slider_length, stepper_size, trough_border, stepper_spacing, &range_rect); + + requisition->width = MAX(requisition->width, range_rect.width); +@@ -1214,7 +1216,8 @@ GtkRange *range; gint slider_width, slider_length, stepper_size, trough_border, stepper_spacing; GdkRectangle range_rect; +- + int size1, size2; - ++ g_return_if_fail (widget != NULL); g_return_if_fail (GTK_IS_SCROLLBAR (widget)); -@@ -1212,8 +1213,8 @@ + g_return_if_fail (requisition != NULL); +@@ -1229,8 +1232,8 @@ slider_length = SCROLLBAR_MIN_SLIDER_LENGTH(widget->style); } |