aboutsummaryrefslogtreecommitdiff
path: root/src/wallpaper.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-11-29 22:28:07 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-11-29 22:28:07 +0100
commit962912ff747e4800720a9b5ccbcd40230421b3d1 (patch)
tree3b7dbd80b28887940449baef99d2a0a8957d21bc /src/wallpaper.hpp
parent1125802463013dd5d4e38e142886ecb5fbafa2d9 (diff)
downloadwanda-962912ff747e4800720a9b5ccbcd40230421b3d1.tar.xz
wanda-962912ff747e4800720a9b5ccbcd40230421b3d1.zip
wanda: fix shutdown code
Diffstat (limited to 'src/wallpaper.hpp')
-rw-r--r--src/wallpaper.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp
new file mode 100644
index 0000000..6222557
--- /dev/null
+++ b/src/wallpaper.hpp
@@ -0,0 +1,14 @@
+#ifndef WANDA_WALLPAPER_HPP
+#define WANDA_WALLPAPER_HPP
+
+#include <filesystem>
+
+namespace wanda
+{
+
+void set_wallpaper(std::filesystem::path wallpaper);
+
+} // wanda
+
+
+#endif \ No newline at end of file