aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/files
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-02 18:30:09 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-02 18:30:09 +0000
commitab510b3a99b38472e6359a68b64f037be6becc49 (patch)
tree6aa3759ed1a84aff2929c3694a3b893f6728d3a6 /x11-themes/gnome-themes-extras/files
parent49909de3489ebdc672c49c008f40ebcc9a4c708c (diff)
downloadports-ab510b3a99b38472e6359a68b64f037be6becc49.tar.gz
ports-ab510b3a99b38472e6359a68b64f037be6becc49.zip
Facelift Smooth engine. Make left-right arrows look similar to
up-down.
Notes
Notes: svn path=/head/; revision=92861
Diffstat (limited to 'x11-themes/gnome-themes-extras/files')
-rw-r--r--x11-themes/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c b/x11-themes/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c
new file mode 100644
index 000000000000..1a4e27ea80d7
--- /dev/null
+++ b/x11-themes/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c
@@ -0,0 +1,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);