From 962912ff747e4800720a9b5ccbcd40230421b3d1 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 29 Nov 2018 22:28:07 +0100 Subject: wanda: fix shutdown code --- src/wallpaper.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/wallpaper.hpp (limited to 'src/wallpaper.hpp') 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 + +namespace wanda +{ + +void set_wallpaper(std::filesystem::path wallpaper); + +} // wanda + + +#endif \ No newline at end of file -- cgit v1.2.3