diff options
Diffstat (limited to 'app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch')
-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) + } |