aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/page.h
diff options
context:
space:
mode:
authorFazlul Shahriar <fshahriar@gmail.com>2009-08-09 20:13:48 -0400
committerFazlul Shahriar <fshahriar@gmail.com>2009-08-09 20:13:48 -0400
commitb3453e08b88b3973f427c5bf982670bb5a09d259 (patch)
tree81abf4765d533a44284383694cf0aa7369c973bb /src/cmd/page/page.h
parent3c6ab1854e92467a7309cf244339c6f10c2b0d7d (diff)
downloadplan9port-b3453e08b88b3973f427c5bf982670bb5a09d259.tar.gz
plan9port-b3453e08b88b3973f427c5bf982670bb5a09d259.tar.bz2
plan9port-b3453e08b88b3973f427c5bf982670bb5a09d259.zip
page: add caching from Plan 9
http://codereview.appspot.com/105070
Diffstat (limited to 'src/cmd/page/page.h')
-rw-r--r--src/cmd/page/page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/page/page.h b/src/cmd/page/page.h
index 3dff4789..e4b320e5 100644
--- a/src/cmd/page/page.h
+++ b/src/cmd/page/page.h
@@ -96,6 +96,8 @@ void wexits(char*);
Image* xallocimage(Display*, Rectangle, ulong, int, ulong);
int bell(void*, char*);
Image* convert(Graphic *g);
+Image* cachedpage(Document*, int, int);
+void cacheflush(void);
extern int stdinfd;
extern int truecolor;