diff options
author | Kristian Høgsberg <krh@redhat.com> | 2004-08-16 16:36:16 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2004-08-16 16:36:16 +0000 |
commit | 18ae14262f9859a2e1f2dd769a0c4dcf4e1bb344 (patch) | |
tree | dad3d2d44849cce06b4d60e3809bf0585f523631 /XLogo.ad | |
parent | 28ffd14fbae70a5e01cdcbe2cb9342d3c8816b76 (diff) |
As discussed and agreed on on the release-wranglers meeting of August 16,XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901
I'm committing the patch from bug #1060 to back out unconditional
Xprint functionality.
Back out Xprint changes.
Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to
CVS of April 25, to back out unconditional Xprint support.
Fix up Xprint config logic to be like the rest of the extensions:
BuildXprint is a one-stop option for disabling everything Xprint
related. XprtServer controls building Xprt, BuildXprintLib controls
building Xprint libs and BuildXprintClients controls building clients
related to Xprint. BuiltXprint defaults to YES and the other options
respects relevant settings, i.e. BuildServer and BuildServersOnly.
Build Xaw regardless of BuildXprintLib setting.
Only build xphelloworld, xplsprinters and xprehashprinterlist when
BuildXprintClients it YES. Disable building xmore, it has always
supported XawPrintShell.
Make Xprint support depend on BuildXprintLib.
Diffstat (limited to 'XLogo.ad')
-rw-r--r-- | XLogo.ad | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1 @@ -XLogo*iconPixmap: xlogo32 -XLogo*iconMask: xlogo32 -XLogo*baseTranslations: #override \ -<Key>q,<Key>Escape: quit()\n\ -<Key>p: print() +XLogo.input: false |