Extra lines in 2nd before 12 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line Δ12; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 12:19)
/* You may incorporate this sample code into your applications without
** restriction, though the sample code has been provided "AS IS" and the
** responsibility for its operation is 100% yours. However, what you are
** not permitted to do is to redistribute the source as "DSC Sample Code"
** after having made changes. If you're going to re-distribute the source,
** we require that you make it clear in the source that the code was
** descended from Apple Sample Code, but that you've made changes. */
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 117; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 125)
case 1:
case 101:
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 134; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 142)
case 2:
case 102:
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 143; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 151)
case 4:
case 103:
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 244:245; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 252)
Rect ctlRect, brdrRect, viewRect, destRect, listRect1, listRect2, newDisplay;
short mode;
ControlHandle ctl;
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 249; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 256)
TextStyle styl;
OSErr err;
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 254:323; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 261:278)
GetFNum("\pMonaco", &styl.tsFont);
styl.tsSize = 9;
ctlRect = window->portRect;
--ctlRect.top;
--ctlRect.left;
ctlRect.right = ctlRect.left + 298;
++ctlRect.bottom;
InsetRect(&ctlRect, 10, 10);
brdrRect = ctlRect;
viewRect = ctlRect;
InsetRect(&viewRect, 4, 4);
destRect = viewRect;
destRect.right -= 2; /* This fixes a TextEdit problem where the
if (err = AddControlSet(window, (*frHndl)->fileState.sfType, kwStandardVis, 0, 0, nil))
return(err);
CNum2Ctl(window, 100, &ctl);
dump = (TEHandle)GetCRefCon(ctl);
CNum2Ctl(window, 101, &ctl);
display = (TEHandle)GetCRefCon(ctl);
CTESetKeyFilter(display, VHDisplayFilter);
CNum2Ctl(window, 102, &ctl);
plist = (ListHandle)GetCRefCon(ctl);
CNum2Ctl(window, 103, &ctl);
clist = (ListHandle)GetCRefCon(ctl);
CNum2Ctl(window, 104, &newView);
Extra lines in 2nd before 443 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line Δ443; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 398)
WindowPtr oldPort;
Extra lines in 2nd before 468 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line Δ468; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 424:426)
GetPort(&oldPort);
SetPort((*frHndl)->fileState.window);
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 536:539; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 495:500)
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line 554:556; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 515:517)
UseControlStyle(nil);
UseControlStyle(CLViewFromList(plist));
Extra lines in 2nd before 576 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ViewHierarchy.c"; Line Δ576; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ViewHierarchy.c"; Line 537:540)