Various cleanup.

This commit is contained in:
rsc 2003-10-11 02:50:20 +00:00
parent a6ea03aea9
commit 2009374690
3 changed files with 15 additions and 2 deletions

View file

@ -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.
*/