You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch

16 lines
404 B

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)
}