aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.hh')
-rw-r--r--src/misc.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.hh b/src/misc.hh
index b0593da..6d3a66c 100644
--- a/src/misc.hh
+++ b/src/misc.hh
@@ -43,6 +43,7 @@ public:
43 } Font; 43 } Font;
44 44
45static char *strdup(const char *); 45static char *strdup(const char *);
46static char *expandFilename(const char *filename);
46 47
47static void DrawString(Display *display, Window w, GC gc, Misc::Font *font, 48static void DrawString(Display *display, Window w, GC gc, Misc::Font *font,
48 unsigned int text_w, unsigned int size_w, 49 unsigned int text_w, unsigned int size_w,