aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c
blob: 1a4e27ea80d7b3811bfcb141da35e903351081f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Smooth/utils/draw_arrows.c.orig	Mon Nov  3 03:14:48 2003
+++ Smooth/utils/draw_arrows.c	Mon Nov  3 03:15:05 2003
@@ -381,10 +381,6 @@
           ah = 2*aw - 1;
         }  
 
-        if ((ah < 3) || (aw < 5)) {
-          ah = 3;
-          aw = 5;
-        }
 	aw += extra_tail;
       } else { 
         gfloat tmp=((aw+1)/2) - ((height%2)?1:0);