diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:06:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:06:48 +0000 |
commit | 919fdc67a889c8e219c8a2c5f4b3b614bc31d032 (patch) | |
tree | 28888ec1113d3a6a2fb3bf00de6f69f3fdd604d4 /x11-toolkits/Xaw3d/files | |
parent | d22ba3464931518c5855b4dcd10433753b5b9f6d (diff) | |
download | ports-919fdc67a889c8e219c8a2c5f4b3b614bc31d032.tar.gz ports-919fdc67a889c8e219c8a2c5f4b3b614bc31d032.zip |
My patch to make arrow scrollbars look real 3-D. Already sent to
the original author.
Notes
Notes:
svn path=/head/; revision=835
Diffstat (limited to 'x11-toolkits/Xaw3d/files')
-rw-r--r-- | x11-toolkits/Xaw3d/files/patch-aa | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/Xaw3d/files/patch-aa b/x11-toolkits/Xaw3d/files/patch-aa index 9ecf688018bf..9a0b4f141560 100644 --- a/x11-toolkits/Xaw3d/files/patch-aa +++ b/x11-toolkits/Xaw3d/files/patch-aa @@ -1,11 +1,12 @@ ---- ./Imakefile.org Thu Nov 17 11:16:08 1994 -+++ ./Imakefile Thu Nov 17 11:32:01 1994 -@@ -16,7 +16,7 @@ +--- Imakefile.orig Tue Jul 19 13:26:50 1994 ++++ Imakefile Mon Jan 23 08:44:58 1995 +@@ -16,7 +16,8 @@ LINTLIBS = $(LINTXLIB) $(LINTXTOOL) -# EXTRA_DEFINES = -DARROW_SCROLLBAR -+ EXTRA_DEFINES = -DARROW_SCROLLBAR -I. ++ EXTRA_DEFINES = -DARROW_SCROLLBAR ++ EXTRA_INCLUDES = -I. HEADERS = \ AllWidgets.h \ |