~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to prnt/hpijs/pscript.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-14 20:08:44 UTC
  • mfrom: (2.1.118 lucid)
  • Revision ID: james.westby@ubuntu.com-20091214200844-z8qhqwgppbu3t7ze
Tags: 3.9.10-4
KBSD patch from KiBi (Closes: #560796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#ifndef APDK_PSCRIPT_H
33
33
#define APDK_PSCRIPT_H
 
34
 
 
35
#ifdef APDK_PSCRIPT
34
36
 
35
37
extern "C"
36
38
{
111
113
    struct jpeg_error_mgr       m_jerr;
112
114
    jmp_buf                     m_setjmp_buffer;
113
115
 
114
 
    int     m_iRowNumber;
 
116
    unsigned int     m_iRowNumber;
115
117
    int     m_iRowWidth;
116
118
    int     m_iJpegBufferPos;
117
119
    int     m_iJpegBufferSize;
162
164
#endif
163
165
 
164
166
APDK_END_NAMESPACE
165
 
 
 
167
 
 
168
#endif // APDK_PSCRIPT
166
169
#endif //APDK_PSCRIPT_H