diff options
Diffstat (limited to 'src/misc.hh')
-rw-r--r-- | src/misc.hh | 1 |
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 | ||
45 | static char *strdup(const char *); | 45 | static char *strdup(const char *); |
46 | static char *expandFilename(const char *filename); | ||
46 | 47 | ||
47 | static void DrawString(Display *display, Window w, GC gc, Misc::Font *font, | 48 | static 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, |