Add missing libraries to examples' Makefiles
[dockapps.git] / wmframepic / src / draw_text.h
blob0b6ffca4fb30694ae33b14e760ed812aec2db2be
1 #ifndef DRAW_TEXT_H_
2 #define DRAW_TEXT_H_
4 #include <ctype.h>
5 #include <X11/Xlib.h>
6 #include <X11/xpm.h>
7 #include <string.h>
8 #include "font.xpm"
9 #include "display_text.xpm"
11 void draw_text(char *text, int dx, int dy, Bool digit);
12 void restore_background(void);
13 void flush_background(void);
14 void init_variables(Display *g_display, GC g_gc, Window g_icon_window, int offset_w, int offset_h, Pixmap **background);
15 #endif /* DRAW_TEXT_H_ */