aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/draw.h')
-rw-r--r--include/draw.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/include/draw.h b/include/draw.h
index 0f9ba63a..a9ae96af 100644
--- a/include/draw.h
+++ b/include/draw.h
@@ -509,11 +509,22 @@ 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.
*/
int _drawmsgread(Display*, void*, int);