summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin/patches/patch-ah
blob: 1dc70c0ff48301902b4449d5a6cde377167c854f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ah,v 1.1 2006/01/24 21:51:36 tron Exp $

--- libs/xpdf/xpdf/Stream.h.orig	2004-01-22 01:26:45.000000000 +0000
+++ libs/xpdf/xpdf/Stream.h	2006-01-24 18:44:04.000000000 +0000
@@ -233,6 +233,8 @@
 
   ~StreamPredictor();
 
+  GBool isOk() { return ok; }
+
   int lookChar();
   int getChar();
 
@@ -250,6 +252,7 @@
   int rowBytes;			// bytes per line
   Guchar *predLine;		// line buffer
   int predIdx;			// current index in predLine
+  GBool ok;
 };
 
 //------------------------------------------------------------------------