home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Lib / Utilities.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  2.5 KB  |  57 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c
  3.  
  4. Extra lines in 1st before 6 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 6; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line Δ6)
  5. **    Program:    Utilities.c.o
  6.  
  7.  
  8. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 9; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 8)
  9. **    Copyright © 1988-1991 Apple Computer, Inc.
  10.  
  11. **    Copyright © 1988-1993 Apple Computer, Inc.
  12.  
  13.  
  14. Extra lines in 2nd before 13 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line Δ13; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 12:19)
  15. /* You may incorporate this sample code into your applications without
  16. ** restriction, though the sample code has been provided "AS IS" and the
  17. ** responsibility for its operation is 100% yours.  However, what you are
  18. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  19. ** after having made changes. If you're going to re-distribute the source,
  20. ** we require that you make it clear in the source that the code was
  21. ** descended from Apple Sample Code, but that you've made changes. */
  22.  
  23.  
  24.  
  25. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2932:2934; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2939:2944)
  26.             ctlWindow->txFont = txFont;
  27.             ctlWindow->txSize = txSize;
  28.             ctlWindow->txFace = txFace;
  29.  
  30.             GetPort(&oldPort);
  31.             SetPort(ctlWindow);
  32.             TextFont(txFont);
  33.             TextSize(txSize);
  34.             TextFace(txFace);
  35.             SetPort(oldPort);
  36.  
  37.  
  38. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2947; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2957)
  39.             ctlWindow->txFace = cinfo.fontStyle;
  40.  
  41.             TextFace(cinfo.fontStyle);
  42.  
  43.  
  44. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2951:2952; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2961:2962)
  45.             ctlWindow->txFont = fnum;
  46.             ctlWindow->txSize = cinfo.fontSize;
  47.  
  48.             TextFont(fnum);
  49.             TextSize(cinfo.fontSize);
  50.  
  51.  
  52. Extra lines in 1st before 3017 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 3007; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line Δ3017)
  53.                         SelectButton(ctl);
  54.  
  55.  
  56. *** EOF on both files at the same time ***
  57.