* should have been part of my last commit
* also renamed fCurrentHeader to fSpoolFileHeader git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,9 +91,9 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
char * fPrintJobName;
|
char * fPrintJobName;
|
||||||
int32 fPageNumber;
|
int32 _unused;
|
||||||
BFile * fSpoolFile;
|
BFile * fSpoolFile;
|
||||||
print_file_header fCurrentHeader;
|
print_file_header fSpoolFileHeader;
|
||||||
BRect fPaperSize;
|
BRect fPaperSize;
|
||||||
BRect fUsableSize;
|
BRect fUsableSize;
|
||||||
status_t fError;
|
status_t fError;
|
||||||
|
|||||||
Reference in New Issue
Block a user