diff options
author | fluxgen <fluxgen> | 2001-12-17 19:29:25 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-17 19:29:25 (GMT) |
commit | b77cd310cba024bf2ceb591bb107b204ac039b7e (patch) | |
tree | 98bb4548fcb964f043b0d7547e4b5958e446631e /src/misc.hh | |
parent | dbd3dfac7eb1de576aa66e25a8c765588c29b493 (diff) | |
download | fluxbox-b77cd310cba024bf2ceb591bb107b204ac039b7e.zip fluxbox-b77cd310cba024bf2ceb591bb107b204ac039b7e.tar.bz2 |
Added expandFilename
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, |