aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/page.h
diff options
context:
space:
mode:
authorJ.R. Mauro <jrm8005@gmail.com>2009-08-20 14:38:31 -0400
committerJ.R. Mauro <jrm8005@gmail.com>2009-08-20 14:38:31 -0400
commit2fb0c4447ef493da81703dd20090676ed8cae834 (patch)
treea308d23de5314957225cecad4300d1ef1f23f36b /src/cmd/page/page.h
parent8ff457f56db9f94f4baf68f53d87e791584d1dfe (diff)
downloadplan9port-2fb0c4447ef493da81703dd20090676ed8cae834.tar.gz
plan9port-2fb0c4447ef493da81703dd20090676ed8cae834.tar.bz2
plan9port-2fb0c4447ef493da81703dd20090676ed8cae834.zip
page: remove temporary file at program exit; fixes reading from stdin
http://codereview.appspot.com/105097
Diffstat (limited to 'src/cmd/page/page.h')
-rw-r--r--src/cmd/page/page.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/page/page.h b/src/cmd/page/page.h
index e4b320e5..93e0da79 100644
--- a/src/cmd/page/page.h
+++ b/src/cmd/page/page.h
@@ -99,9 +99,12 @@ Image* convert(Graphic *g);
Image* cachedpage(Document*, int, int);
void cacheflush(void);
+extern char tempfile[40];
+
extern int stdinfd;
extern int truecolor;
+
/* BUG BUG BUG BUG BUG: cannot use new draw operations in drawterm,
* or in vncs, and there is a bug in the kernel for copying images
* from cpu memory -> video memory (memmove is not being used).