% Autoloads for pie menus and tab windows. % Load this from ".user.ps". % Make sure the file names are correct, relative to the directory % you started the server in! % openwinversion 0 get 51 eq dup { % V3? /NeWS 3 0 findpackage beginpackage /TNTCore 3 0 findpackage beginpackage /TNT 3 0 findpackage begin currentdict beginautoload } { % V2? systemdict begin } ifelse [ /ClassPieMenu (tnt/win/pie.ps) /ClassPieMenuService 1 index /ClassPieMenuCanvas 1 index /ClassPieMenuBag 1 index /ClassPieMenuFramebuffer 1 index /ClassPieColorWheel (tnt/win/colorwheel.ps) /ClassPieWindow (tnt/win/tab.ps) /ClassPieBaseWindow 1 index /ClassPiePopupWindow 1 index /ClassTabWindow 1 index /ClassTabBaseWindow 1 index /ClassTabPopupWindow 1 index /ClassPieMenuWindowManager 1 index ] DefineAutoLoads { % V3? currentdict endautoload end endpackage endpackage } { % V2? end % systemdict } ifelse