summaryrefslogtreecommitdiff
path: root/src/utils/paths.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-07 02:18:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-07 02:18:27 +0300
commit0f85899c0aad7d6dbc15490189e97a68b4653d1c (patch)
tree08e31a7fbbd5661a7a1791cd7858f7581236e0d3 /src/utils/paths.h
parent4c057739d0538d01481643848a6cb558e0ef4e51 (diff)
downloadmv-0f85899c0aad7d6dbc15490189e97a68b4653d1c.tar.gz
mv-0f85899c0aad7d6dbc15490189e97a68b4653d1c.tar.bz2
mv-0f85899c0aad7d6dbc15490189e97a68b4653d1c.tar.xz
mv-0f85899c0aad7d6dbc15490189e97a68b4653d1c.zip
Get real desktop dir in linux for screenshots.
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r--src/utils/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h
index ba87ab961..05b4fef07 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -35,4 +35,6 @@ std::string removeLast(std::string str);
std::string getSelfName();
+std::string getDesktopDir();
+
#endif // UTILS_PATHS_H