---
 wmframepic/src/draw_text.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wmframepic/src/draw_text.h b/wmframepic/src/draw_text.h
index 3c0b556..0b6ffca 100644
--- a/wmframepic/src/draw_text.h
+++ b/wmframepic/src/draw_text.h
@@ -1,11 +1,14 @@
 #ifndef DRAW_TEXT_H_
 #define DRAW_TEXT_H_
 
+#include <ctype.h>
 #include <X11/Xlib.h>
+#include <X11/xpm.h>
 #include <string.h>
 #include "font.xpm"
 #include "display_text.xpm"
 
+void draw_text(char *text, int dx, int dy, Bool digit);
 void restore_background(void);
 void flush_background(void);
 void init_variables(Display    *g_display, GC g_gc, Window     g_icon_window, 
int      offset_w, int offset_h, Pixmap **background);
-- 
2.11.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to