summaryrefslogtreecommitdiff
path: root/testing/gv/buildfix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gv/buildfix.diff')
-rw-r--r--testing/gv/buildfix.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/gv/buildfix.diff b/testing/gv/buildfix.diff
deleted file mode 100644
index 76c88b158..000000000
--- a/testing/gv/buildfix.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-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)
- }