enable ARROW_SCROLLBARS, MULTIPLANE_PIXMAPS

This commit is contained in:
Than Ngo 2005-01-20 13:55:28 +00:00
parent 1190076620
commit bfb406be70
2 changed files with 15 additions and 9 deletions

View File

@ -1,8 +1,16 @@
--- Imakefile.orig 2003-03-08 15:55:18.000000000 +0100
+++ Imakefile 2004-11-30 13:55:17.309633685 +0100
@@ -11,18 +11,18 @@
--- Imakefile.config 2003-03-08 15:55:18.000000000 +0100
+++ Imakefile 2005-01-20 14:48:55.630795072 +0100
@@ -5,24 +5,24 @@
XCOMM Build options. Have you read the README.XAW3D file yet?
XCOMM
XCOMM For color pixmaps, define MULTIPLANE_PIXMAPS:
-#undef MULTIPLANE_PIXMAPS
+#define MULTIPLANE_PIXMAPS
XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
#define GRAY_BLKWHT_STIPPLES
XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
#undef ARROW_SCROLLBARS
-#undef ARROW_SCROLLBARS
+#define ARROW_SCROLLBARS
-#define DoNormalLib NormalLibXaw
-#define DoSharedLib SharedLibXaw

View File

@ -17,7 +17,6 @@ Patch4: Xaw3d-1.3-misc.patch
Patch5: Xaw3d-ia64.patch
Patch6: Xaw3d-1.5-i18n.patch
Patch7: Xaw3d-1.5-scrollbar2.patch
Patch8: Xaw3d-1.5E-lex.patch
License: MIT
Prefix: /usr
Prereq: fileutils
@ -57,7 +56,7 @@ package.
# Xaw3d7
pushd xc/lib/Xaw3d
ln -s .. X11
%patch -p0
%patch -p0 -b .config
popd
%if %{compatlib}
@ -79,7 +78,6 @@ ln -s .. X11
%patch7 -p4
popd
%endif
%patch8 -p4
%build
# Xaw3d7
@ -144,8 +142,8 @@ fi
%ghost /usr/X11R6/include/Xaw3d
%changelog
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1.5E-2
- fix another compiler warning #138321
* Thu Jan 20 2005 Than Ngo <than@redhat.com> 1.5E-2
- enable ARROW_SCROLLBARS, MULTIPLANE_PIXMAPS
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1.5E-1
- update to 1.5E, #130310