From 2009374690190b95a29db0c31decd07f4652eb45 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 11 Oct 2003 02:50:20 +0000 Subject: Various cleanup. --- include/draw.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'include/draw.h') diff --git a/include/draw.h b/include/draw.h index 0f9ba63a..a9ae96af 100644 --- a/include/draw.h +++ b/include/draw.h @@ -509,10 +509,21 @@ extern void _twiddlecompressed(uchar*, int); extern int _compblocksize(Rectangle, int); /* XXX backwards helps; should go */ -extern int log2[]; extern u32int drawld2chan[]; extern void drawsetdebug(int); +/* + * Snarf buffer + */ +enum +{ + SnarfSize = 64*1024, +}; +char *getsnarf(void); +void putsnarf(char*); + +void drawtopwindow(void); + /* * Port magic. */ -- cgit v1.2.3