config/Imakefile | 5 config/cf/OpenBSDLib.tmpl | 24 config/cf/X11.tmpl | 117 ---- config/cf/bsdLib.tmpl | 3 config/cf/cygwin.rules | 2 config/cf/cygwin.tmpl | 3 config/cf/darwinLib.tmpl | 3 config/cf/dmx.cf | 1 config/cf/ibmLib.tmpl | 2 config/cf/lnxLib.tmpl | 3 config/cf/mingw.rules | 2 config/cf/mingw.tmpl | 3 config/cf/os2Lib.tmpl | 18 config/cf/os2def.db | 1070 ------------------------------------------- config/cf/sco5.cf | 3 config/cf/sequent.cf | 13 config/cf/sunLib.tmpl | 3 doc/specs/programs/Imakefile | 3 include/Imakefile | 6 lib/Imakefile | 14 programs/Imakefile | 11 21 files changed, 4 insertions(+), 1305 deletions(-) ? kill-dps-0.patch ? notes Index: config/Imakefile =================================================================== RCS file: /cvs/xorg/xc/config/Imakefile,v retrieving revision 1.2 diff -u -d -r1.2 Imakefile --- config/Imakefile 23 Apr 2004 18:41:58 -0000 1.2 +++ config/Imakefile 20 Apr 2005 23:01:19 -0000 @@ -7,10 +7,7 @@ #define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)" BOOTSTRAPSUBDIRS = imake makedepend -#if BuildDPSLibrary -PSWRAPDIR = pswrap -#endif -SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util $(PSWRAPDIR) +SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util #if (defined(XFree86VersionString) || defined(XorgVersionString)) \ && defined(ProjectRoot) && \ Index: config/cf/OpenBSDLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/OpenBSDLib.tmpl,v retrieving revision 1.10 diff -u -d -r1.10 OpenBSDLib.tmpl --- config/cf/OpenBSDLib.tmpl 23 Mar 2005 21:54:49 -0000 1.10 +++ config/cf/OpenBSDLib.tmpl 20 Apr 2005 23:01:19 -0000 @@ -45,15 +45,6 @@ # ifndef SharedXineramaRev # define SharedXineramaRev 2.0 # endif -# ifndef SharedDpsRev -# define SharedDpsRev 2.0 -# endif -# ifndef SharedDpsTkRev -# define SharedDpsTkRev 2.0 -# endif -# ifndef SharedPSResRev -# define SharedPSResRev 2.0 -# endif # ifndef SharedGluRev # if HasGcc && GccMajorVersion >= 3 /* Gcc 3 changes the name mangling scheme on OpenBSD */ @@ -158,9 +149,6 @@ # ifndef SharedXTrapRev # define SharedXTrapRev 7.0 # endif -# ifndef SharedPSResRev -# define SharedPSResRev 2.0 -# endif # ifndef SharedXfixesRev # define SharedXfixesRev 3.0 # endif @@ -207,15 +195,6 @@ # ifndef SharedXineramaRev # define SharedXineramaRev 3.0 # endif -# ifndef SharedDpsRev -# define SharedDpsRev 3.0 -# endif -# ifndef SharedDpsTkRev -# define SharedDpsTkRev 3.0 -# endif -# ifndef SharedPSResRev -# define SharedPSResRev 3.0 -# endif # ifndef SharedGluRev # if HasGcc && GccMajorVersion >= 3 /* Gcc 3 changes the name mangling scheme on OpenBSD */ @@ -323,9 +302,6 @@ # ifndef SharedXTrapRev # define SharedXTrapRev 8.0 # endif -# ifndef SharedPSResRev -# define SharedPSResRev 3.0 -# endif # ifndef SharedXResRev # define SharedXResRev 2.0 # endif Index: config/cf/X11.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/X11.tmpl,v retrieving revision 1.44 diff -u -d -r1.44 X11.tmpl --- config/cf/X11.tmpl 23 Mar 2005 21:54:49 -0000 1.44 +++ config/cf/X11.tmpl 20 Apr 2005 23:01:19 -0000 @@ -593,21 +593,6 @@ #ifndef BuildXF86RushLibrary #define BuildXF86RushLibrary (BuildXF86RushExt && !BuildServersOnly) #endif -#ifndef BuildDPSLibraries -#define BuildDPSLibraries !BuildServersOnly -#endif -#ifndef BuildDPSLibrary -#define BuildDPSLibrary BuildDPSLibraries -#endif -#ifndef BuildDPSTkLibrary -#define BuildDPSTkLibrary BuildDPSLibraries -#endif -#ifndef BuildPSResLibrary -#define BuildPSResLibrary BuildDPSLibraries -#endif -#ifndef BuildDPSClients -#define BuildDPSClients BuildDPSLibraries -#endif #ifndef BuildRender #define BuildRender YES #endif @@ -2085,78 +2070,6 @@ #define ProfileLibXRes NO #endif -#if BuildDPSLibrary -#ifndef SharedLibDps -#define SharedLibDps HasSharedLibraries -#endif -#ifndef NormalLibDps -#define NormalLibDps (!SharedLibDps || ForceNormalLib) -#endif -#ifndef DebugLibDps -#define DebugLibDps NO -#endif -#ifndef ProfileLibDps -#define ProfileLibDps NO -#endif -#else -#undef SharedLibDps -#define SharedLibDps NO -#undef NormalLibDps -#define NormalLibDps NO -#undef DebugLibDps -#define DebugLibDps NO -#undef ProfileLibDps -#define ProfileLibDps NO -#endif - -#if BuildDPSTkLibrary -#ifndef SharedLibDpsTk -#define SharedLibDpsTk HasSharedLibraries -#endif -#ifndef NormalLibDpsTk -#define NormalLibDpsTk (!SharedLibDpsTk || ForceNormalLib) -#endif -#ifndef DebugLibDpsTk -#define DebugLibDpsTk NO -#endif -#ifndef ProfileLibDpsTk -#define ProfileLibDpsTk NO -#endif -#else -#undef SharedLibDpsTk -#define SharedLibDpsTk NO -#undef NormalLibDpsTk -#define NormalLibDpsTk NO -#undef DebugLibDpsTk -#define DebugLibDpsTk NO -#undef ProfileLibDpsTk -#define ProfileLibDpsTk NO -#endif - -#if BuildPSResLibrary -#ifndef SharedLibPSRes -#define SharedLibPSRes HasSharedLibraries -#endif -#ifndef NormalLibPSRes -#define NormalLibPSRes (!SharedLibPSRes || ForceNormalLib) -#endif -#ifndef DebugLibPSRes -#define DebugLibPSRes NO -#endif -#ifndef ProfileLibPSRes -#define ProfileLibPSRes NO -#endif -#else -#undef SharedLibPSRes -#define SharedLibPSRes NO -#undef NormalLibPSRes -#define NormalLibPSRes NO -#undef DebugLibPSRes -#define DebugLibPSRes NO -#undef ProfileLibPSRes -#define ProfileLibPSRes NO -#endif - #if BuildRenderLibrary #ifndef SharedLibXrender #define SharedLibXrender HasSharedLibraries @@ -2626,36 +2539,6 @@ ProjectUnsharedLibReferences(DMX,dmx,$(DMXLIBSRC),XBuildLibDir) #endif - DPSLIBSRC = $(LIBSRC)/dps -#if SharedLibDps -#ifndef SharedDpsRev -#define SharedDpsRev 1.0 -#endif -SharedLibReferences(DPS,dps,$(DPSLIBSRC),SODPSREV,SharedDpsRev) -#else -ProjectUnsharedLibReferences(DPS,dps,$(DPSLIBSRC),XBuildLibDir) -#endif - - DPSTKLIBSRC = $(LIBSRC)/dpstk -#if SharedLibDpsTk -#ifndef SharedDpsTkRev -#define SharedDpsTkRev 1.0 -#endif -SharedLibReferences(DPSTK,dpstk,$(DPSTKLIBSRC),SODPSTKREV,SharedDpsTkRev) -#else -ProjectUnsharedLibReferences(DPSTK,dpstk,$(DPSTKLIBSRC),XBuildLibDir) -#endif - - PSRESLIBSRC = $(LIBSRC)/psres -#if SharedLibPSRes -#ifndef SharedPSResRev -#define SharedPSResRev 1.0 -#endif -SharedLibReferences(PSRES,psres,$(PSRESLIBSRC),SOPSRESREV,SharedPSResRev) -#else -ProjectUnsharedLibReferences(PSRES,psres,$(PSRESLIBSRC),XBuildLibDir) -#endif - GLULIBSRC = $(LIBSRC)/GLU #if SharedLibGlu #ifndef SharedGluRev Index: config/cf/bsdLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/bsdLib.tmpl,v retrieving revision 1.6 diff -u -d -r1.6 bsdLib.tmpl --- config/cf/bsdLib.tmpl 18 Sep 2004 15:04:29 -0000 1.6 +++ config/cf/bsdLib.tmpl 20 Apr 2005 23:01:19 -0000 @@ -80,9 +80,6 @@ #endif #define SharedXcursorReqs $(LDPRELIB) $(XRENDERLIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) Index: config/cf/cygwin.rules =================================================================== RCS file: /cvs/xorg/xc/config/cf/cygwin.rules,v retrieving revision 1.9 diff -u -d -r1.9 cygwin.rules --- config/cf/cygwin.rules 2 Sep 2004 01:10:28 -0000 1.9 +++ config/cf/cygwin.rules 20 Apr 2005 23:01:19 -0000 @@ -27,8 +27,6 @@ #define SharedOldX YES #define SharedLibXp YES #define SharedLibGlx YES -#define SharedLibDps YES -#define SharedLibDpsTk YES #define SharedLibGlu YES #define SharedLibWindowsWM NO #ifndef SharedDataSeparation Index: config/cf/cygwin.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/cygwin.tmpl,v retrieving revision 1.7 diff -u -d -r1.7 cygwin.tmpl --- config/cf/cygwin.tmpl 2 Sep 2004 01:10:28 -0000 1.7 +++ config/cf/cygwin.tmpl 20 Apr 2005 23:01:19 -0000 @@ -25,10 +25,7 @@ #define SharedXxf86miscReqs $(LDPRELIB) $(XLIB) #define SharedXpmReqs $(LDPRELIB) $(XLIB) #define SharedXxf86dgaReqs $(LDPRELIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) #define SharedXrenderReqs $(LDPRELIB) $(XLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) Index: config/cf/darwinLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/darwinLib.tmpl,v retrieving revision 1.6 diff -u -d -r1.6 darwinLib.tmpl --- config/cf/darwinLib.tmpl 2 Sep 2004 01:10:28 -0000 1.6 +++ config/cf/darwinLib.tmpl 20 Apr 2005 23:01:19 -0000 @@ -42,10 +42,7 @@ #define SharedXtReqs $(LDPRELIB) $(XONLYLIB) $(SMLIB) $(ICELIB) -flat_namespace #define SharedXtstReqs $(LDPRELIB) $(XLIB) #define SharedXvReqs $(LDPRELIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) #define SharedOldXReqs $(LDPRELIB) $(XONLYLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) Index: config/cf/dmx.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/dmx.cf,v retrieving revision 1.2 diff -u -d -r1.2 dmx.cf --- config/cf/dmx.cf 29 Jul 2004 23:43:39 -0000 1.2 +++ config/cf/dmx.cf 20 Apr 2005 23:01:19 -0000 @@ -48,7 +48,6 @@ -UXF86DRI \ -UMITSHM \ -UTOGCUP \ - -UDPSEXT \ -UMITMISC \ -USCREENSAVER \ -URANDR \ Index: config/cf/ibmLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/ibmLib.tmpl,v retrieving revision 1.5 diff -u -d -r1.5 ibmLib.tmpl --- config/cf/ibmLib.tmpl 2 Sep 2004 01:10:28 -0000 1.5 +++ config/cf/ibmLib.tmpl 20 Apr 2005 23:01:20 -0000 @@ -45,8 +45,6 @@ #define SharedSMReqs $(ICELIB) #define SharedXpReqs $(XLIB) #define SharedXpmReqs $(XLIB) -#define SharedDPSReqs $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(DPSLIB) $(XTOOLLIB) $(XLIB) #define SharedXrenderReqs $(XLIB) #define SharedXrandrReqs $(XRENDERLIB) $(XLIB) #define SharedXcursorReqs $(XRENDERLIB) $(XLIB) Index: config/cf/lnxLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/lnxLib.tmpl,v retrieving revision 1.5 diff -u -d -r1.5 lnxLib.tmpl --- config/cf/lnxLib.tmpl 2 Sep 2004 01:10:28 -0000 1.5 +++ config/cf/lnxLib.tmpl 20 Apr 2005 23:01:20 -0000 @@ -47,9 +47,6 @@ #ifndef SharedGLUReqs #define SharedGLUReqs $(LDPRELIB) $(XLIB) $(GLXLIB) #endif -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) Index: config/cf/mingw.rules =================================================================== RCS file: /cvs/xorg/xc/config/cf/mingw.rules,v retrieving revision 1.3 diff -u -d -r1.3 mingw.rules --- config/cf/mingw.rules 18 Feb 2005 12:44:16 -0000 1.3 +++ config/cf/mingw.rules 20 Apr 2005 23:01:20 -0000 @@ -31,8 +31,6 @@ # define SharedOldX YES # define SharedLibXp YES # define SharedLibGlx YES -# define SharedLibDps YES -# define SharedLibDpsTk YES # define SharedLibGlu YES # define SharedLibWindowsWM NO # define SharedLibFreetype2 NO Index: config/cf/mingw.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/mingw.tmpl,v retrieving revision 1.1 diff -u -d -r1.1 mingw.tmpl --- config/cf/mingw.tmpl 15 Nov 2004 15:06:52 -0000 1.1 +++ config/cf/mingw.tmpl 20 Apr 2005 23:01:20 -0000 @@ -25,10 +25,7 @@ #define SharedXxf86miscReqs $(LDPRELIB) $(XLIB) #define SharedXpmReqs $(LDPRELIB) $(XLIB) #define SharedXxf86dgaReqs $(LDPRELIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) #define SharedXrenderReqs $(LDPRELIB) $(XLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) Index: config/cf/os2Lib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/os2Lib.tmpl,v retrieving revision 1.5 diff -u -d -r1.5 os2Lib.tmpl --- config/cf/os2Lib.tmpl 2 Sep 2004 01:10:28 -0000 1.5 +++ config/cf/os2Lib.tmpl 20 Apr 2005 23:01:20 -0000 @@ -32,8 +32,6 @@ #define SharedGLReqs $(LDPRELIB) $(XLIB) #define SharedXfontReqs $(LDPRELIB) $(XLIB) #define SharedXpmReqs $(LDPRELIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(DPSLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) #define SharedGLUReqs $(LDPRELIB) $(XLIB) $(GLXLIB) #define SharedXrandrReqs $(LDPRELIB) $(XRENDERLIB) $(XLIB) #define SharedXcursorReqs $(LDPRELIB) $(XRENDERLIB) $(XLIB) @@ -59,9 +57,6 @@ #define SharedXxf86rushRev /**/ #define SharedXvRev /**/ #define SharedXineramaRev /**/ -#define SharedDpsRev /**/ -#define SharedDpsTkRev /**/ -#define SharedPSResRev /**/ #define SharedGlxRev /**/ #define SharedXfontcacheRev /**/ #define SharedXauRev /**/ @@ -119,8 +114,6 @@ #define SDlibXp -lXp_s #define SDlibXv -lXv_s #define SDlibGL -lGL_s -#define SDlibDPS -lDPS_s -#define SDlibDPSTK -lDPSTK_s #else #define SDlibX11 -lX11 #define SDlibXExt -lXExt @@ -134,8 +127,6 @@ #define SDlibXp -lXp #define SDlibXv -lXv #define SDlibGL -lGL -#define SDlibDPS -lDPS -#define SDlibDPSTK -lDPSTK #endif /* @@ -197,12 +188,3 @@ DEPGLLIB = GLLIB = _Use(SDlibGL,-L$(EXTENSIONSRC)/lib SDlibGL) #endif -#if SharedLibDPS - DEPDPSLIB = - DPSLIB = _Use(SDlibDPS,-L$(EXTENSIONSRC)/lib SDlibDPS) -#endif -#if SharedLibDPSTK - DEPDPSTKLIB = - DPSTKLIB = _Use(SDlibDPSTK,-L$(EXTENSIONSRC)/lib SDlibDPSTK) -#endif - Index: config/cf/os2def.db =================================================================== RCS file: /cvs/xorg/xc/config/cf/os2def.db,v retrieving revision 1.2 diff -u -d -r1.2 os2def.db --- config/cf/os2def.db 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/os2def.db 20 Apr 2005 23:01:20 -0000 @@ -2967,1076 +2967,6 @@ Xxf86vm XF86VidModeSetGamma 10 Xxf86vm XF86VidModeSwitchToMode 11 Xxf86vm XF86VidModeAddModeLine 12 -LIBRARY dps dps -dps CSDPSInit 1 -dps CSDPSHeadOfDpyExt 2 -dps DPSCAPChangeGC 3 -dps DPSCAPCreate 4 -dps DPSCAPDestroy 5 -dps DPSCAPOpenAgent 6 -dps DPSCAPStartUp 8 -dps DPSCAPWrite 9 -dps DPSCAPCloseDisplayProc 10 -dps DPSCAPCloseAgent 13 -dps DPSclientsync 14 -dps DPScurrentXgcdrawable 15 -dps DPScurrentXgcdrawablecolor 16 -dps DPScurrentXoffset 17 -dps DPSsetXgcdrawable 18 -dps DPSsetXgcdrawablecolor 19 -dps DPSsetXoffset 20 -dps DPSsetXrgbactual 21 -dps DPSclientXready 22 -dps DPSsetXdrawingfunction 23 -dps DPScurrentXdrawingfunction 24 -dps DPSWarnProc 25 -dps DPSFatalProc 26 -dps DPSCantHappen 27 -dps DPScolorimage 28 -dps DPScurrentblackgeneration 29 -dps DPScurrentcmykcolor 30 -dps DPScurrentcolorscreen 31 -dps DPScurrentcolortransfer 32 -dps DPScurrentundercolorremoval 33 -dps DPSsetblackgeneration 34 -dps DPSsetcmykcolor 35 -dps DPSsetcolorscreen 36 -dps DPSsetcolortransfer 37 -dps DPSsetundercolorremoval 38 -dps DPSeq 39 -dps DPSexit 40 -dps DPSfalse 41 -dps DPSfor 42 -dps DPSforall 43 -dps DPSge 44 -dps DPSgt 45 -dps DPSif 46 -dps DPSifelse 47 -dps DPSle 48 -dps DPSloop 49 -dps DPSlt 50 -dps DPSne 51 -dps DPSnot 52 -dps DPSor 53 -dps DPSrepeat 54 -dps DPSstop 55 -dps DPSstopped 56 -dps DPStrue 57 -dps DPSUserObjects 58 -dps DPScondition 59 -dps DPScurrentcontext 60 -dps DPScurrentobjectformat 61 -dps DPSdefineusername 62 -dps DPSdefineuserobject 63 -dps DPSdetach 64 -dps DPSexecuserobject 65 -dps DPSfork 66 -dps DPSjoin 67 -dps DPSlock 68 -dps DPSmonitor 69 -dps DPSnotify 70 -dps DPSsetobjectformat 71 -dps DPSsetvmthreshold 72 -dps DPSundefineuserobject 73 -dps DPSwait 74 -dps DPSyield 75 -dps DPSaload 76 -dps DPSanchorsearch 77 -dps DPSarray 78 -dps DPSastore 79 -dps DPSbegin 80 -dps DPSclear 81 -dps DPScleartomark 82 -dps DPScopy 83 -dps DPScount 84 -dps DPScounttomark 85 -dps DPScvi 86 -dps DPScvlit 87 -dps DPScvn 88 -dps DPScvr 89 -dps DPScvrs 90 -dps DPScvs 91 -dps DPScvx 92 -dps DPSdef 93 -dps DPSdict 94 -dps DPSdictstack 95 -dps DPSdup 96 -dps DPSend 97 -dps DPSexch 98 -dps DPSexecstack 99 -dps DPSexecuteonly 100 -dps DPSget 101 -dps DPSgetinterval 102 -dps DPSindex 103 -dps DPSknown 104 -dps DPSlength 105 -dps DPSload 106 -dps DPSmark 107 -dps DPSmatrix 108 -dps DPSmaxlength 109 -dps DPSnoaccess 110 -dps DPSnull 111 -dps DPSpackedarray 112 -dps DPSpop 113 -dps DPSput 114 -dps DPSputinterval 115 -dps DPSrcheck 116 -dps DPSreadonly 117 -dps DPSroll 118 -dps DPSscheck 119 -dps DPSsearch 120 -dps DPSshareddict 121 -dps DPSstatusdict 122 -dps DPSstore 123 -dps DPSstring 124 -dps DPSstringwidth 125 -dps DPSsystemdict 126 -dps DPSuserdict 127 -dps DPSwcheck 128 -dps DPSwhere 129 -dps DPSxcheck 130 -dps DPSCreatePSWDict 131 -dps DPSDestroyPSWDict 132 -dps DPSWDictLookup 133 -dps DPSWDictEnter 134 -dps DPSWDictRemove 135 -dps DPSMakeAtom 136 -dps DPSFontDirectory 137 -dps DPSISOLatin1Encoding 138 -dps DPSSharedFontDirectory 139 -dps DPSStandardEncoding 140 -dps DPScachestatus 141 -dps DPScurrentcacheparams 142 -dps DPScurrentfont 143 -dps DPSdefinefont 144 -dps DPSfindfont 145 -dps DPSmakefont 146 -dps DPSscalefont 147 -dps DPSselectfont 148 -dps DPSsetcachedevice 149 -dps DPSsetcachelimit 150 -dps DPSsetcacheparams 151 -dps DPSsetcharwidth 152 -dps DPSsetfont 153 -dps DPSundefinefont 154 -dps DPSconcat 155 -dps DPScurrentdash 156 -dps DPScurrentflat 157 -dps DPScurrentgray 158 -dps DPScurrentgstate 159 -dps DPScurrenthalftone 160 -dps DPScurrenthalftonephase 161 -dps DPScurrenthsbcolor 162 -dps DPScurrentlinecap 163 -dps DPScurrentlinejoin 164 -dps DPScurrentlinewidth 165 -dps DPScurrentmatrix 166 -dps DPScurrentmiterlimit 167 -dps DPScurrentpoint 168 -dps DPScurrentrgbcolor 169 -dps DPScurrentscreen 170 -dps DPScurrentstrokeadjust 171 -dps DPScurrenttransfer 172 -dps DPSdefaultmatrix 173 -dps DPSgrestore 174 -dps DPSgrestoreall 175 -dps DPSgsave 176 -dps DPSgstate 177 -dps DPSinitgraphics 178 -dps DPSinitmatrix 179 -dps DPSrotate 180 -dps DPSscale 181 -dps DPSsetdash 182 -dps DPSsetflat 183 -dps DPSsetgray 184 -dps DPSsetgstate 185 -dps DPSsethalftone 186 -dps DPSsethalftonephase 187 -dps DPSsethsbcolor 188 -dps DPSsetlinecap 189 -dps DPSsetlinejoin 190 -dps DPSsetlinewidth 191 -dps DPSsetmatrix 192 -dps DPSsetmiterlimit 193 -dps DPSsetrgbcolor 194 -dps DPSsetscreen 195 -dps DPSsetstrokeadjust 196 -dps DPSsettransfer 197 -dps DPStranslate 198 -dps DPSclientPrintProc 199 -dps DPSinnerProcWriteData 200 -dps DPSSafeSetLastNameIndex 201 -dps DPSCheckInitClientGlobals 202 -dps DPSPrivateCheckWait 203 -dps DPSPrivateDestroyContext 204 -dps DPSPrivateDestroySpace 205 -dps DPSCheckShared 206 -dps DPSDefaultPrivateHandler 207 -dps DPSCreateContext 208 -dps DPSInitCommonTextContextProcs 209 -dps DPSInitCommonContextProcs 210 -dps DPSInitPrivateContextProcs 211 -dps DPSInitPrivateContextFields 212 -dps DPSInitPrivateTextContextFields 213 -dps DPSInitCommonSpaceProcs 214 -dps DPSInitPrivateSpaceFields 215 -dps DPSequals 216 -dps DPSequalsequals 217 -dps DPSbytesavailable 218 -dps DPSclosefile 219 -dps DPScurrentfile 220 -dps DPSdeletefile 221 -dps DPSecho 222 -dps DPSfile 223 -dps DPSfilenameforall 224 -dps DPSfileposition 225 -dps DPSflush 226 -dps DPSflushfile 227 -dps DPSprint 228 -dps DPSprintobject 229 -dps DPSpstack 230 -dps DPSread 231 -dps DPSreadhexstring 232 -dps DPSreadline 233 -dps DPSreadstring 234 -dps DPSrenamefile 235 -dps DPSresetfile 236 -dps DPSsetfileposition 237 -dps DPSstack 238 -dps DPSstatus 239 -dps DPStoken 240 -dps DPSwrite 241 -dps DPSwritehexstring 242 -dps DPSwriteobject 243 -dps DPSwritestring 244 -dps DPSleftbracket 245 -dps DPSrightbracket 246 -dps DPSleftleft 247 -dps DPSrightright 248 -dps DPScshow 249 -dps DPScurrentcolor 250 -dps DPScurrentcolorrendering 251 -dps DPScurrentcolorspace 252 -dps DPScurrentdevparams 253 -dps DPScurrentglobal 254 -dps DPScurrentoverprint 255 -dps DPScurrentpagedevice 256 -dps DPScurrentsystemparams 257 -dps DPScurrentuserparams 258 -dps DPSdefineresource 259 -dps DPSexecform 260 -dps DPSfilter 261 -dps DPSfindencoding 262 -dps DPSfindresource 263 -dps DPSgcheck 264 -dps DPSglobaldict 265 -dps DPSGlobalFontDirectory 266 -dps DPSglyphshow 267 -dps DPSlanguagelevel 268 -dps DPSmakepattern 269 -dps DPSproduct 270 -dps DPSresourceforall 271 -dps DPSresourcestatus 272 -dps DPSrevision 273 -dps DPSrootfont 274 -dps DPSserialnumber 275 -dps DPSsetcolor 276 -dps DPSsetcolorrendering 277 -dps DPSsetcolorspace 278 -dps DPSsetdevparams 279 -dps DPSsetglobal 280 -dps DPSsetoverprint 281 -dps DPSsetpagedevice 282 -dps DPSsetpattern 283 -dps DPSsetsystemparams 284 -dps DPSsetuserparams 285 -dps DPSstartjob 286 -dps DPSundefineresource 287 -dps DPSabs 288 -dps DPSadd 289 -dps DPSand 290 -dps DPSatan 291 -dps DPSbitshift 292 -dps DPSceiling 293 -dps DPScos 294 -dps DPSdiv 295 -dps DPSexp 296 -dps DPSfloor 297 -dps DPSidiv 298 -dps DPSln 299 -dps DPSlog 300 -dps DPSmod 301 -dps DPSmul 302 -dps DPSneg 303 -dps DPSround 304 -dps DPSsin 305 -dps DPSsqrt 306 -dps DPSsub 307 -dps DPStruncate 308 -dps DPSxor 309 -dps DPSbanddevice 310 -dps DPSframedevice 311 -dps DPSnulldevice 312 -dps DPSrenderbands 313 -dps DPSconcatmatrix 314 -dps DPSdtransform 315 -dps DPSidentmatrix 316 -dps DPSidtransform 317 -dps DPSinvertmatrix 318 -dps DPSitransform 319 -dps DPStransform 320 -dps DPSgetboolean 321 -dps DPSgetchararray 322 -dps DPSgetfloat 323 -dps DPSgetfloatarray 324 -dps DPSgetint 325 -dps DPSgetintarray 326 -dps DPSgetstring 327 -dps DPSsendboolean 328 -dps DPSsendchararray 329 -dps DPSsendfloat 330 -dps DPSsendfloatarray 331 -dps DPSsendint 332 -dps DPSsendintarray 333 -dps DPSsendstring 334 -dps DPSarc 335 -dps DPSarcn 336 -dps DPSarct 337 -dps DPSarcto 338 -dps DPScharpath 339 -dps DPSclip 340 -dps DPSclippath 341 -dps DPSclosepath 342 -dps DPScurveto 343 -dps DPSeoclip 344 -dps DPSeoviewclip 345 -dps DPSflattenpath 346 -dps DPSinitclip 347 -dps DPSinitviewclip 348 -dps DPSlineto 349 -dps DPSmoveto 350 -dps DPSnewpath 351 -dps DPSpathbbox 352 -dps DPSpathforall 353 -dps DPSrcurveto 354 -dps DPSrectclip 355 -dps DPSrectviewclip 356 -dps DPSreversepath 357 -dps DPSrlineto 358 -dps DPSrmoveto 359 -dps DPSsetbbox 360 -dps DPSsetucacheparams 361 -dps DPSuappend 362 -dps DPSucache 363 -dps DPSucachestatus 364 -dps DPSupath 365 -dps DPSviewclip 366 -dps DPSviewclippath 367 -dps DPSashow 368 -dps DPSawidthshow 369 -dps DPScopypage 370 -dps DPSeofill 371 -dps DPSerasepage 372 -dps DPSfill 373 -dps DPSimage 374 -dps DPSimagemask 375 -dps DPSkshow 376 -dps DPSrectfill 377 -dps DPSrectstroke 378 -dps DPSshow 379 -dps DPSshowpage 380 -dps DPSstroke 381 -dps DPSstrokepath 382 -dps DPSueofill 383 -dps DPSufill 384 -dps DPSustroke 385 -dps DPSustrokepath 386 -dps DPSwidthshow 387 -dps DPSxshow 388 -dps DPSxyshow 389 -dps DPSyshow 390 -dps DPSInitClient 391 -dps DPSIncludePrivContext 392 -dps DPSSendPostScript 393 -dps DPSSendInterrupt 394 -dps DPSSendEOF 395 -dps DPSSendTerminate 396 -dps DPSSendDestroySpace 397 -dps DPSCheckRaiseError 399 -dps DPSInitSysNames 400 -dps DPSSetWh 401 -dps DPSOutOfMemory 402 -dps DPSbind 403 -dps DPScleardictstack 404 -dps DPScountdictstack 405 -dps DPScountexecstack 406 -dps DPScurrentdict 407 -dps DPScurrentpacking 408 -dps DPScurrentshared 409 -dps DPSdeviceinfo 410 -dps DPSerrordict 411 -dps DPSexec 412 -dps DPSprompt 413 -dps DPSquit 414 -dps DPSrand 415 -dps DPSrealtime 416 -dps DPSrestore 417 -dps DPSrrand 418 -dps DPSrun 419 -dps DPSsave 420 -dps DPSsetpacking 421 -dps DPSsetshared 422 -dps DPSsrand 423 -dps DPSstart 424 -dps DPStype 425 -dps DPSundef 426 -dps DPSusertime 427 -dps DPSversion 428 -dps DPSvmreclaim 429 -dps DPSvmstatus 430 -dps DPSineofill 431 -dps DPSinfill 432 -dps DPSinstroke 433 -dps DPSinueofill 434 -dps DPSinufill 435 -dps DPSinustroke 436 -dps DPSwtranslation 437 -dps PSclientsync 438 -dps PScurrentXgcdrawable 439 -dps PScurrentXgcdrawablecolor 440 -dps PScurrentXoffset 441 -dps PSsetXgcdrawable 442 -dps PSsetXgcdrawablecolor 443 -dps PSsetXoffset 444 -dps PSsetXrgbactual 445 -dps PSclientXready 446 -dps PSsetXdrawingfunction 447 -dps PScurrentXdrawingfunction 448 -dps PScolorimage 449 -dps PScurrentblackgeneration 450 -dps PScurrentcmykcolor 451 -dps PScurrentcolorscreen 452 -dps PScurrentcolortransfer 453 -dps PScurrentundercolorremoval 454 -dps PSsetblackgeneration 455 -dps PSsetcmykcolor 456 -dps PSsetcolorscreen 457 -dps PSsetcolortransfer 458 -dps PSsetundercolorremoval 459 -dps PSeq 460 -dps PSexit 461 -dps PSfalse 462 -dps PSfor 463 -dps PSforall 464 -dps PSge 465 -dps PSgt 466 -dps PSif 467 -dps PSifelse 468 -dps PSle 469 -dps PSloop 470 -dps PSlt 471 -dps PSne 472 -dps PSnot 473 -dps PSor 474 -dps PSrepeat 475 -dps PSstop 476 -dps PSstopped 477 -dps PStrue 478 -dps PSUserObjects 479 -dps PScondition 480 -dps PScurrentcontext 481 -dps PScurrentobjectformat 482 -dps PSdefineusername 483 -dps PSdefineuserobject 484 -dps PSdetach 485 -dps PSexecuserobject 486 -dps PSfork 487 -dps PSjoin 488 -dps PSlock 489 -dps PSmonitor 490 -dps PSnotify 491 -dps PSsetobjectformat 492 -dps PSsetvmthreshold 493 -dps PSundefineuserobject 494 -dps PSwait 495 -dps PSyield 496 -dps PSaload 497 -dps PSanchorsearch 498 -dps PSarray 499 -dps PSastore 500 -dps PSbegin 501 -dps PSclear 502 -dps PScleartomark 503 -dps PScopy 504 -dps PScount 505 -dps PScounttomark 506 -dps PScvi 507 -dps PScvlit 508 -dps PScvn 509 -dps PScvr 510 -dps PScvrs 511 -dps PScvs 512 -dps PScvx 513 -dps PSdef 514 -dps PSdict 515 -dps PSdictstack 516 -dps PSdup 517 -dps PSend 518 -dps PSexch 519 -dps PSexecstack 520 -dps PSexecuteonly 521 -dps PSget 522 -dps PSgetinterval 523 -dps PSindex 524 -dps PSknown 525 -dps PSlength 526 -dps PSload 527 -dps PSmark 528 -dps PSmatrix 529 -dps PSmaxlength 530 -dps PSnoaccess 531 -dps PSnull 532 -dps PSpackedarray 533 -dps PSpop 534 -dps PSput 535 -dps PSputinterval 536 -dps PSrcheck 537 -dps PSreadonly 538 -dps PSroll 539 -dps PSscheck 540 -dps PSsearch 541 -dps PSshareddict 542 -dps PSstatusdict 543 -dps PSstore 544 -dps PSstring 545 -dps PSstringwidth 546 -dps PSsystemdict 547 -dps PSuserdict 548 -dps PSwcheck 549 -dps PSwhere 550 -dps PSxcheck 551 -dps PSFontDirectory 552 -dps PSISOLatin1Encoding 553 -dps PSSharedFontDirectory 554 -dps PSStandardEncoding 555 -dps PScachestatus 556 -dps PScurrentcacheparams 557 -dps PScurrentfont 558 -dps PSdefinefont 559 -dps PSfindfont 560 -dps PSmakefont 561 -dps PSscalefont 562 -dps PSselectfont 563 -dps PSsetcachedevice 564 -dps PSsetcachelimit 565 -dps PSsetcacheparams 566 -dps PSsetcharwidth 567 -dps PSsetfont 568 -dps PSundefinefont 569 -dps PSconcat 570 -dps PScurrentdash 571 -dps PScurrentflat 572 -dps PScurrentgray 573 -dps PScurrentgstate 574 -dps PScurrenthalftone 575 -dps PScurrenthalftonephase 576 -dps PScurrenthsbcolor 577 -dps PScurrentlinecap 578 -dps PScurrentlinejoin 579 -dps PScurrentlinewidth 580 -dps PScurrentmatrix 581 -dps PScurrentmiterlimit 582 -dps PScurrentpoint 583 -dps PScurrentrgbcolor 584 -dps PScurrentscreen 585 -dps PScurrentstrokeadjust 586 -dps PScurrenttransfer 587 -dps PSdefaultmatrix 588 -dps PSgrestore 589 -dps PSgrestoreall 590 -dps PSgsave 591 -dps PSgstate 592 -dps PSinitgraphics 593 -dps PSinitmatrix 594 -dps PSrotate 595 -dps PSscale 596 -dps PSsetdash 597 -dps PSsetflat 598 -dps PSsetgray 599 -dps PSsetgstate 600 -dps PSsethalftone 601 -dps PSsethalftonephase 602 -dps PSsethsbcolor 603 -dps PSsetlinecap 604 -dps PSsetlinejoin 605 -dps PSsetlinewidth 606 -dps PSsetmatrix 607 -dps PSsetmiterlimit 608 -dps PSsetrgbcolor 609 -dps PSsetscreen 610 -dps PSsetstrokeadjust 611 -dps PSsettransfer 612 -dps PStranslate 613 -dps PSequals 614 -dps PSequalsequals 615 -dps PSbytesavailable 616 -dps PSclosefile 617 -dps PScurrentfile 618 -dps PSdeletefile 619 -dps PSecho 620 -dps PSfile 621 -dps PSfilenameforall 622 -dps PSfileposition 623 -dps PSflush 624 -dps PSflushfile 625 -dps PSprint 626 -dps PSprintobject 627 -dps PSpstack 628 -dps PSread 629 -dps PSreadhexstring 630 -dps PSreadline 631 -dps PSreadstring 632 -dps PSrenamefile 633 -dps PSresetfile 634 -dps PSsetfileposition 635 -dps PSstack 636 -dps PSstatus 637 -dps PStoken 638 -dps PSwrite 639 -dps PSwritehexstring 640 -dps PSwriteobject 641 -dps PSwritestring 642 -dps PSleftbracket 643 -dps PSrightbracket 644 -dps PSleftleft 645 -dps PSrightright 646 -dps PScshow 647 -dps PScurrentcolor 648 -dps PScurrentcolorrendering 649 -dps PScurrentcolorspace 650 -dps PScurrentdevparams 651 -dps PScurrentglobal 652 -dps PScurrentoverprint 653 -dps PScurrentpagedevice 654 -dps PScurrentsystemparams 655 -dps PScurrentuserparams 656 -dps PSdefineresource 657 -dps PSexecform 658 -dps PSfilter 659 -dps PSfindencoding 660 -dps PSfindresource 661 -dps PSgcheck 662 -dps PSglobaldict 663 -dps PSGlobalFontDirectory 664 -dps PSglyphshow 665 -dps PSlanguagelevel 666 -dps PSmakepattern 667 -dps PSproduct 668 -dps PSresourceforall 669 -dps PSresourcestatus 670 -dps PSrevision 671 -dps PSrootfont 672 -dps PSserialnumber 673 -dps PSsetcolor 674 -dps PSsetcolorrendering 675 -dps PSsetcolorspace 676 -dps PSsetdevparams 677 -dps PSsetglobal 678 -dps PSsetoverprint 679 -dps PSsetpagedevice 680 -dps PSsetpattern 681 -dps PSsetsystemparams 682 -dps PSsetuserparams 683 -dps PSstartjob 684 -dps PSundefineresource 685 -dps PSabs 686 -dps PSadd 687 -dps PSand 688 -dps PSatan 689 -dps PSbitshift 690 -dps PSceiling 691 -dps PScos 692 -dps PSdiv 693 -dps PSexp 694 -dps PSfloor 695 -dps PSidiv 696 -dps PSln 697 -dps PSlog 698 -dps PSmod 699 -dps PSmul 700 -dps PSneg 701 -dps PSround 702 -dps PSsin 703 -dps PSsqrt 704 -dps PSsub 705 -dps PStruncate 706 -dps PSxor 707 -dps PSbanddevice 708 -dps PSframedevice 709 -dps PSnulldevice 710 -dps PSrenderbands 711 -dps PSconcatmatrix 712 -dps PSdtransform 713 -dps PSidentmatrix 714 -dps PSidtransform 715 -dps PSinvertmatrix 716 -dps PSitransform 717 -dps PStransform 718 -dps PSgetboolean 719 -dps PSgetchararray 720 -dps PSgetfloat 721 -dps PSgetfloatarray 722 -dps PSgetint 723 -dps PSgetintarray 724 -dps PSgetstring 725 -dps PSsendboolean 726 -dps PSsendchararray 727 -dps PSsendfloat 728 -dps PSsendfloatarray 729 -dps PSsendint 730 -dps PSsendintarray 731 -dps PSsendstring 732 -dps PSarc 733 -dps PSarcn 734 -dps PSarct 735 -dps PSarcto 736 -dps PScharpath 737 -dps PSclip 738 -dps PSclippath 739 -dps PSclosepath 740 -dps PScurveto 741 -dps PSeoclip 742 -dps PSeoviewclip 743 -dps PSflattenpath 744 -dps PSinitclip 745 -dps PSinitviewclip 746 -dps PSlineto 747 -dps PSmoveto 748 -dps PSnewpath 749 -dps PSpathbbox 750 -dps PSpathforall 751 -dps PSrcurveto 752 -dps PSrectclip 753 -dps PSrectviewclip 754 -dps PSreversepath 755 -dps PSrlineto 756 -dps PSrmoveto 757 -dps PSsetbbox 758 -dps PSsetucacheparams 759 -dps PSuappend 760 -dps PSucache 761 -dps PSucachestatus 762 -dps PSupath 763 -dps PSviewclip 764 -dps PSviewclippath 765 -dps PSashow 766 -dps PSawidthshow 767 -dps PScopypage 768 -dps PSeofill 769 -dps PSerasepage 770 -dps PSfill 771 -dps PSimage 772 -dps PSimagemask 773 -dps PSkshow 774 -dps PSrectfill 775 -dps PSrectstroke 776 -dps PSshow 777 -dps PSshowpage 778 -dps PSstroke 779 -dps PSstrokepath 780 -dps PSueofill 781 -dps PSufill 782 -dps PSustroke 783 -dps PSustrokepath 784 -dps PSwidthshow 785 -dps PSxshow 786 -dps PSxyshow 787 -dps PSyshow 788 -dps PSbind 789 -dps PScleardictstack 790 -dps PScountdictstack 791 -dps PScountexecstack 792 -dps PScurrentdict 793 -dps PScurrentpacking 794 -dps PScurrentshared 795 -dps PSdeviceinfo 796 -dps PSerrordict 797 -dps PSexec 798 -dps PSprompt 799 -dps PSquit 800 -dps PSrand 801 -dps PSrealtime 802 -dps PSrestore 803 -dps PSrrand 804 -dps PSrun 805 -dps PSsave 806 -dps PSsetpacking 807 -dps PSsetshared 808 -dps PSsrand 809 -dps PSstart 810 -dps PStype 811 -dps PSundef 812 -dps PSusertime 813 -dps PSversion 814 -dps PSvmreclaim 815 -dps PSvmstatus 816 -dps PSineofill 817 -dps PSinfill 818 -dps PSinstroke 819 -dps PSinueofill 820 -dps PSinufill 821 -dps PSinustroke 822 -dps PSwtranslation 823 -dps XDPSLInit 824 -dps DPSWriteStringChars 825 -dps XDPSUnfreezeContext 826 -dps DPSGetCurrentContext 827 -dps DPSAwaitReturnValues 828 -dps DPSNewUserObjectIndex 829 -dps XDPSGetContextStatus 830 -dps XDPSRegisterStatusProc 831 -dps DPSDefaultTextBackstop 832 -dps DPSMapNames 833 -dps XDPSGetDefaultColorMaps 834 -dps XDPSCreateSimpleContext 835 -dps DPSGenerateExtensionRecID 836 -dps DPSWaitContext 837 -dps DPSAddContextExtensionRec 838 -dps DPSGetContextExtensionRec 839 -dps DPSChainContext 840 -dps DPSDestroySpace 841 -dps DPSUnchainContext 842 -dps DPSBinObjSeqWrite 843 -dps DPSSetResultTable 844 -dps XDPSSetStatusMask 845 -dps XDPSXIDFromContext 846 -dps DPSWritePostScript 847 -dps DPSRemoveContextExtensionRec 848 -dps DPSDefaultErrorProc 849 -dps DPSCreateTextContext 850 -;4.x exports from 900 -dps DPSDestroyContext 900 -dps DPSFlushContext 901 -dps DPSGetContextType 902 -dps DPSGetCurrentErrorBackstop 903 -dps DPSGetCurrentTextBackstop 904 -dps DPSInitialize 905 -dps DPSInterruptContext 906 -dps DPSKnownContext 907 -dps DPSKnownSpace 908 -dps DPSNameFromIndex 909 -dps DPSPrivCurrentContext 910 -dps DPSResetContext 911 -dps DPSSetAbbrevMode 912 -dps DPSSetContext 913 -dps DPSSetErrorBackstop 914 -dps DPSSetNumStringConversion 915 -dps DPSSetTextBackstop 916 -dps DPSSetWrapSynchronization 917 -dps DPSSuppressBinaryConversion 918 -dps DPSUpdateNameMap 919 -dps DPSWriteData 920 -dps DPSWriteNumString 921 -dps DPSWriteTypedObjectArray 922 -dps DPScalloc 923 -dps DPSPrintf 924 -dps DPSRaise 925 -dps DPSFetchAbbrevList 926 -dps DPSGetOperatorAbbrev 927 -dps DPSGetSysnameAbbrev 928 -dps DPSChangeEncoding 929 -dps DPSContextFromContextID 930 -dps DPSHandleBogusError 931 -dps DPSServicePostScript 932 -dps XDPSContextFromSharedID 933 -dps XDPSContextFromXID 934 -dps XDPSCreateContext 935 -dps XDPSCreateSecureContext 936 -dps XDPSDispatchEvent 937 -dps XDPSFindContext 938 -dps XDPSGetProtocolVersion 939 -dps XDPSIsDPSEvent 940 -dps XDPSIsOutputEvent 941 -dps XDPSIsReadyEvent 942 -dps XDPSIsStatusEvent 943 -dps XDPSNotifyWhenReady 944 -dps XDPSReadyEventHandler 945 -dps XDPSRegisterReadyProc 946 -dps XDPSSetEventDelivery 947 -dps XDPSSetProcs 948 -dps XDPSSpaceFromSharedID 949 -dps XDPSSpaceFromXID 950 -dps XDPSStatusEventHandler 951 -dps XDPSXIDFromSpace 952 -dps DPSCreatePrivContext 953 -dps XDPSCreatePrivContextRec 954 -dps XDPSForceEvents 955 -dps XDPSNumFormat 956 -dps XDPSPrivZapDpy 957 -dps XDPSSendUnfreeze 958 -dps XDPSSetContextEncoding 959 -dps XDPSLCAPNotify 960 -dps XDPSLCallOutputEventHandler 961 -dps XDPSLCallReadyEventHandler 962 -dps XDPSLCallStatusEventHandler 963 -dps XDPSLCleanAll 964 -dps XDPSLCleanContext 965 -dps XDPSLContextFromXID 966 -dps XDPSLCreateContext 967 -dps XDPSLCreateContextAndSpace 968 -dps XDPSLCreateContextFromID 969 -dps XDPSLCreateSpace 970 -dps XDPSLDestroySpace 971 -dps XDPSLDispatchCSDPSFakeEvent 972 -dps XDPSLFlush 973 -dps XDPSLFlushGC 974 -dps XDPSLGetCSDPSFakeEventType 975 -dps XDPSLGetCSDPSReady 976 -dps XDPSLGetCSDPSStatus 977 -dps XDPSLGetCodes 978 -dps XDPSLGetGCFlushMode 979 -dps XDPSLGetPassEventsFlag 980 -dps XDPSLGetShunt 981 -dps XDPSLGetStatus 982 -dps XDPSLGetSyncMask 983 -dps XDPSLGetVersion 984 -dps XDPSLGetWrapWaitingFlag 985 -dps XDPSLGiveInput 986 -dps XDPSLIDFromContext 987 -dps XDPSLInitDisplayFlags 988 -dps XDPSLNotifyContext 989 -dps XDPSLNotifyWhenReady 990 -dps XDPSLReconcileRequests 991 -dps XDPSLReset 992 -dps XDPSLSetAfterProc 993 -dps XDPSLSetAgentArg 994 -dps XDPSLSetAgentName 995 -dps XDPSLSetClientMessageHandler 996 -dps XDPSLSetCodes 997 -dps XDPSLSetGCFlushMode 998 -dps XDPSLSetPassEventsFlag 999 -dps XDPSLSetReadyEventHandler 1000 -dps XDPSLSetShunt 1001 -dps XDPSLSetStatusEventHandler 1002 -dps XDPSLSetStatusMask 1003 -dps XDPSLSetSyncMask 1004 -dps XDPSLSetTextEventHandler 1005 -dps XDPSLSetVersion 1006 -dps XDPSLSetWrapWaitingFlag 1007 -dps XDPSLSync 1008 -dps XDPSLSyncGCClip 1009 -dps XDPSLTestErrorCode 1010 -dps XDPSLUpdateAgentArgs 1011 -dps XDPSSetXtEventDispatching 1012 -dps DPSCAPCopyGCProc 1013 -dps DPSCAPFlushGCProc 1014 -dps DPSCAPFreeGCProc 1015 -dps XDPSFlushGC 1016 -dps XDPSNXSetAgentArg 1017 -dps XDPSReconcileRequests 1018 -dps XDPSSyncGCClip 1019 -dps DPSCAPConnect 1020 -dps N_XDisconnectDisplay 1021 -dps N_XWaitForReadable 1022 -dps N_XWaitForWritable 1023 -dps StartXDPSNX 1024 -dps XDPSNXRecommendPort 1025 -dps XDPSGetNXArg 1026 -dps XDPSNXFindNX 1027 -dps XDPSNXSetClientArg 1028 -dps NXProcData 1029 -dps N_XANYSET 1030 -dps N_XFlush 1031 -dps N_XGetHostname 1032 -dps N_XRead 1033 -dps N_XReadPad 1034 -dps N_XReply 1035 -dps N_XSend 1036 -dps N_XUnknownNativeEvent 1037 -dps N_XUnknownWireEvent 1038 -LIBRARY dpstk dpstk -dpstk XDPSSetFileFunctions 1 -dpstk XDPSFileRewindFunc 2 -dpstk XDPSFileGetsFunc 3 -dpstk XDPSEmbeddedEPSFRewindFunc 4 -dpstk XDPSEmbeddedGetsFunc 5 -dpstk XDPSCreatePixmapForEPSF 6 -dpstk XDPSPixelsPerPoint 7 -dpstk XDPSSetImagingTimeout 8 -dpstk XDPSCheckImagingResults 9 -dpstk XDPSImageFileIntoDrawable 10 -dpstk _DPSPSetMatrix 11 -dpstk _DPSPClearArea 12 -dpstk _DPSPSetMaskTransfer 13 -dpstk _DPSPDefineExecFunction 14 -dpstk _DPSPSaveBeforeExec 15 -dpstk _DPSPCheckForError 16 -dpstk _XDPSSetComponentInitialized 17 -dpstk _XDPSTestComponentInitialized 18 -dpstk XDPSSetContextDepth 19 -dpstk XDPSSetContextDrawable 20 -dpstk XDPSSetContextRGBMap 21 -dpstk XDPSSetContextGrayMap 22 -dpstk XDPSSetContextParameters 23 -dpstk XDPSPushContextParameters 24 -dpstk XDPSPopContextParameters 25 -dpstk XDPSCaptureContextGState 26 -dpstk XDPSUpdateContextGState 27 -dpstk XDPSFreeContextGState 28 -dpstk XDPSSetContextGState 29 -dpstk XDPSPushContextGState 30 -dpstk XDPSPopContextGState 31 -dpstk XDPSRegisterContext 32 -dpstk XDPSGetSharedContext 33 -dpstk XDPSDestroySharedContext 34 -dpstk XDPSUnregisterContext 35 -dpstk XDPSFreeDisplayInfo 36 -dpstk XDPSChainTextContext 37 -dpstk XDPSExtensionPresent 38 -dpstk PSDefineAsUserObj 39 -dpstk PSRedefineUserObj 40 -dpstk PSUndefineUserObj 41 -dpstk DPSDefineAsUserObj 42 -dpstk DPSRedefineUserObj 43 -dpstk DPSUndefineUserObj 44 -dpstk PSReserveUserObjIndices 45 -dpstk DPSReserveUserObjIndices 46 -dpstk PSReturnUserObjIndices 47 -dpstk DPSReturnUserObjIndices 48 -dpstk _DPSSSetContextParameters 49 -dpstk _DPSSSetContextDrawable 50 -dpstk _DPSSInstallDPSlibDict 51 -dpstk _DPSSCaptureGState 52 -dpstk _DPSSUpdateGState 53 -dpstk _DPSSRestoreGState 54 -dpstk _DPSSDefineUserObject 55 -dpstk _DPSSUndefineUserObject 56 -dpstk PSDoUserPath 57 -dpstk DPSDoUserPath 58 -dpstk PSHitUserPath 59 -dpstk DPSHitUserPath 60 -LIBRARY psres psres -psres CheckPSResourceTime 1 -psres EnumeratePSResourceFiles 2 -psres FreePSResourceStorage 3 -psres InSavedList 4 -psres ListPSResourceFiles 5 -psres ListPSResourceTypes 6 -psres PSResEncoding 7 -psres PSResFileWarningHandler 8 -psres PSResFontAFM 9 -psres PSResFontBDF 10 -psres PSResFontBDFSizes 11 -psres PSResFontFamily 12 -psres PSResFontOutline 13 -psres PSResFontPrebuilt 14 -psres PSResForm 15 -psres PSResFree 16 -psres PSResMalloc 17 -psres PSResPattern 18 -psres PSResProcSet 19 -psres PSResRealloc 20 -psres SetPSResourcePolicy 21 LIBRARY Xrender Xrender Xrender XRenderComposite 1 Xrender XRenderFillRectangle 2 Index: config/cf/sco5.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/sco5.cf,v retrieving revision 1.5 diff -u -d -r1.5 sco5.cf --- config/cf/sco5.cf 2 Sep 2004 01:10:28 -0000 1.5 +++ config/cf/sco5.cf 20 Apr 2005 23:01:20 -0000 @@ -245,10 +245,7 @@ #define SharedXtReqs $(LDPRELIB) $(XONLYLIB) $(SMLIB) $(ICELIB) #define SharedXtstReqs $(LDPRELIB) $(XLIB) #define SharedXvReqs $(LDPRELIB) $(XLIB) -#define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) -#define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIB) #define SharedOldXReqs $(LDPRELIB) $(XONLYLIB) -#define SharedpsresReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIB) #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) Index: config/cf/sequent.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/sequent.cf,v retrieving revision 1.2 diff -u -d -r1.2 sequent.cf --- config/cf/sequent.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/sequent.cf 20 Apr 2005 23:01:21 -0000 @@ -161,7 +161,6 @@ * Sequent overrides the X11.tmpl defaults with the values below. */ -#define BuildDps YES #define BuildPexClients NO #define BuildPexExt YES /* needed for contrib xscope */ #define BuildServer YES @@ -345,11 +344,6 @@ #define DebugLibMrm DebugLibDefault #define DebugLibUil DebugLibDefault -/* - * Build all the Adobe DPS debug libaries *_d.a for use by Service - */ -#define DebugLibDps DebugLibDefault - #endif /* ! UseInstalled */ /* @@ -375,13 +369,6 @@ ADMINBASEDIR = AdminBaseDir MESSAGECATDIR = MessageCatDir -/* - * DPS default values (unique to sequent) - */ -#ifndef PswrapCmd -#define PswrapCmd pswrap -#endif - #ifdef UseHidesymsLists #ifndef HidesymsCmd Index: config/cf/sunLib.tmpl =================================================================== RCS file: /cvs/xorg/xc/config/cf/sunLib.tmpl,v retrieving revision 1.6 diff -u -d -r1.6 sunLib.tmpl --- config/cf/sunLib.tmpl 2 Sep 2004 01:10:28 -0000 1.6 +++ config/cf/sunLib.tmpl 20 Apr 2005 23:01:21 -0000 @@ -84,9 +84,6 @@ # define SharedXxf86dgaReqs $(LDPRELIB) $(XLIB) -lc # define SharedXxf86miscReqs $(LDPRELIB) $(XLIB) -lc # define SharedXxf86vmReqs $(LDPRELIB) $(XLIB) -lc -# define SharedDPSReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(XLIBONLY) $(EXTRA_LIBRARIES) -lc -# define SharedDPSTKReqs $(LDPRELIB) $(SMLIB) $(ICELIB) $(XTOOLLIB) $(DPSLIB) $(XLIBONLY) -lc -# define SharedPSResReqs -lc # define SharedGLReqs $(LDPRELIB) $(XLIB) -lc # define SharedOSMesaReqs $(LDPRELIB) $(XLIB) $(GLXLIB) MathLibrary -lc # define SharedxkbfileReqs $(LDPRELIB) $(XONLYLIB) -lc Index: doc/specs/programs/Imakefile =================================================================== RCS file: /cvs/xorg/xc/doc/specs/programs/Imakefile,v retrieving revision 1.2 diff -u -d -r1.2 Imakefile --- doc/specs/programs/Imakefile 23 Apr 2004 18:42:19 -0000 1.2 +++ doc/specs/programs/Imakefile 20 Apr 2005 23:01:21 -0000 @@ -106,8 +106,6 @@ $(TOP)/programs/Xserver/hw/sun/constype.man \ $(TOP)/programs/cxpm/cxpm.man \ $(TOP)/programs/xf86dga/dga.man \ - $(TOP)/programs/dpsexec/dpsexec.man \ - $(TOP)/programs/dpsinfo/dpsinfo.man \ $(TOP)/programs/editres/editres.man \ $(TOP)/extras/fontconfig/fc-cache/fc-cache.man \ $(TOP)/extras/fontconfig/fc-list/fc-list.man \ @@ -126,7 +124,6 @@ $(TOP)/config/util/lndir.man \ $(TOP)/programs/luit/luit.man \ $(TOP)/config/util/makeg.man \ - $(TOP)/programs/makepsres/makepsres.man \ $(TOP)/config/util/makestrs.man \ $(TOP)/config/util/mergelib.man \ $(TOP)/config/makedepend/mkdepend.man \ Index: include/Imakefile =================================================================== RCS file: /cvs/xorg/xc/include/Imakefile,v retrieving revision 1.5 diff -u -d -r1.5 Imakefile --- include/Imakefile 6 Dec 2004 18:32:50 -0000 1.5 +++ include/Imakefile 20 Apr 2005 23:01:22 -0000 @@ -11,11 +11,7 @@ GLXDIR = GL #endif -#if BuildDPSLibrary -DPSDIR = DPS -#endif - -SUBDIRS = bitmaps extensions fonts $(GLXDIR) $(DPSDIR) +SUBDIRS = bitmaps extensions fonts $(GLXDIR) #ifdef Win32Architecture EXTRA_HEADERS = Xw32defs.h Xwinsock.h Xwindows.h Index: lib/Imakefile =================================================================== RCS file: /cvs/xorg/xc/lib/Imakefile,v retrieving revision 1.11 diff -u -d -r1.11 Imakefile --- lib/Imakefile 29 Sep 2004 12:40:28 -0000 1.11 +++ lib/Imakefile 20 Apr 2005 23:01:22 -0000 @@ -89,18 +89,6 @@ GLULIBDIR = GLU #endif -#if BuildDPSLibrary -DPSLIBDIR = dps -#endif - -#if BuildDPSTkLibrary -DPSTKLIBDIR = dpstk -#endif - -#if BuildPSResLibrary -PSRESLIBDIR = psres -#endif - #if BuildRenderLibrary RENDERLIBDIR = Xrender #endif @@ -231,7 +219,7 @@ $(XINPUTLIBDIR) $(XTSTLIBDIR) $(FSLIBDIR) $(XKBLIBDIR) \ $(XKBUILIBDIR) $(LBXUTILDIR) $(XALIBDIR) $(EXPATBUILDDIR) \ $(XVLIBDIR) $(GLXLIBDIR) $(GLULIBDIR) $(GLWLIBDIR) \ - $(DPSLIBDIR) $(PSRESLIBDIR) $(DPSTKLIBDIR) $(XINERAMADIR) \ + $(XINERAMADIR) \ $(ZLIBDIR) $(REGEXDIR) $(RENDERLIBDIR) $(FREETYPE2BUILDDIR) \ $(FONTCONFIGBUILDDIR) $(XFT1LIBDIR) \ $(XFTLIBDIR) $(XVMCLIBDIR) $(RANDRLIBDIR) $(XTRAPLIBDIR) \ Index: programs/Imakefile =================================================================== RCS file: /cvs/xorg/xc/programs/Imakefile,v retrieving revision 1.12 diff -u -d -r1.12 Imakefile --- programs/Imakefile 18 Feb 2005 12:34:45 -0000 1.12 +++ programs/Imakefile 20 Apr 2005 23:01:22 -0000 @@ -84,15 +84,6 @@ XTRAPCLIENTDIRS = xtrap #endif -/* makepsres should be considered as part of the DPS libraries */ -#if BuildDPSLibraries - MAKEPSRESDIR = makepsres -#endif - -/* on the other hand, the following are independent clients */ -#if BuildDPSClients - DPSCLIENTDIRS = dpsinfo dpsexec texteroids -#endif #if BuildDBElib && BuildXprintClients DBECLIENTDIRS = xdbedizzy #endif @@ -139,7 +130,7 @@ appres bdftopcf bitmap \ $(SCREENSAVESRCDIR) editres $(FCDIRS) $(FCLANGDIR) fslsfonts fstobdf \ iceauth ico listres luit \ - $(MAKEPSRESDIR) $(DPSCLIENTDIRS) $(DBECLIENTDIRS) \ + $(DBECLIENTDIRS) \ $(MKCFMSRCDIR) \ mkfontdir $(MKFONTSCALEDIR) oclock $(PROXYMGRSRCDIR) \ $(RGBSRCDIR) $(RSTARTSRCDIR) showfont \