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_ */