diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-22 19:07:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-22 19:07:07 +0000 |
commit | 61ea7fc9d44625283cde3654273a77b1231f6858 (patch) | |
tree | 3b63356493fee0440d6fba5e293fd832c9fed671 /app-text/gv/files | |
parent | Remove old versions. (diff) | |
download | gentoo-2-61ea7fc9d44625283cde3654273a77b1231f6858.tar.gz gentoo-2-61ea7fc9d44625283cde3654273a77b1231f6858.tar.bz2 gentoo-2-61ea7fc9d44625283cde3654273a77b1231f6858.zip |
Version bump wrt #398225 by Pavel Sanda. Fix building with libXaw3d >= 1.6 wrt #399753 by Helmut Jarausch.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gv/files')
-rw-r--r-- | app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch b/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch new file mode 100644 index 000000000000..76c88b158b27 --- /dev/null +++ b/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch @@ -0,0 +1,15 @@ +This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644) + +http://bugs.gentoo.org/399753 + +--- src/Scrollbar.c ++++ src/Scrollbar.c +@@ -1006,7 +1006,7 @@ + TOPLOC = newtop; + SHOWNLENGTH = newbot-newtop+1; + +- (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE); ++ (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, FALSE); + + ENDMESSAGE(Redisplay) + } |