Move win-agnostic parts of draw/drawregion to st.c
[st.git] / st.h
diff --git a/st.h b/st.h
index 3382d61..7026de8 100644 (file)
--- a/st.h
+++ b/st.h
@@ -131,6 +131,7 @@ typedef union {
 
 void die(const char *, ...);
 void redraw(void);
+void draw(void);
 
 void iso14755(const Arg *);
 void printscreen(const Arg *);