~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to packages/extra/amunits/units/prtgfx.pas

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
{
18
18
    History:
19
 
    
 
19
 
20
20
    Update for AmigaOS 3.9.
21
21
    31 Jan 2003.
22
 
    
 
22
 
23
23
    nils.sjoholm@mailbox.swipnet.se
24
24
}
25
 
     
 
25
 
26
26
unit prtgfx;
27
27
 
28
28
INTERFACE
92
92
        pi_threshold    : Word;         { threshold value (from prefs) }
93
93
        pi_tempwidth    : Word;         { PRIVATE - DO NOT USE! }
94
94
        pi_flags        : Word;         { PRIVATE - DO NOT USE! }
95
 
        { V44 additions }
96
 
        pi_ReduceBuf : PUWORD;          { PRIVATE - DO NOT USE! }
 
95
        { V44 additions }
 
96
        pi_ReduceBuf : PUWORD;          { PRIVATE - DO NOT USE! }
97
97
        pi_ReduceBufSize : UWORD;       { PRIVATE - DO NOT USE! }
98
98
        pi_SourceHook : PHook;          { PRIVATE - DO NOT USE! }
99
99
        pi_InvertHookBuf : PULONG;      { RESERVED - DO NOT USE! }