From 78aa79187a4d6b755d6e876b96f5bbfa2df50d1c Mon Sep 17 00:00:00 2001 From: "kaie%netscape.com" Date: Wed, 5 Sep 2001 17:35:47 +0000 Subject: [PATCH] Trying to fix BeOS bustage --- gfx/src/beos/nsPrintdBeOS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/src/beos/nsPrintdBeOS.h b/gfx/src/beos/nsPrintdBeOS.h index 6cd6c38915b..087b37a81a0 100644 --- a/gfx/src/beos/nsPrintdBeOS.h +++ b/gfx/src/beos/nsPrintdBeOS.h @@ -56,6 +56,7 @@ typedef struct beosprdata { PRBool fpf; /* If PR_TRUE, first page first */ PRBool grayscale; /* If PR_TRUE, print grayscale */ int size; /* Paper size e.g., SizeLetter */ + int orientation; /* Page orientation, e.g. portrait */ char command[ PATH_MAX ]; /* Print command e.g., lpr */ char path[ PATH_MAX ]; /* If toPrinter = PR_FALSE, dest file */ PRBool cancel; /* If PR_TRUE, user cancelled */