diff options
Diffstat (limited to 'src/find_desktop.hh')
| -rw-r--r-- | src/find_desktop.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/find_desktop.hh b/src/find_desktop.hh new file mode 100644 index 0000000..f066d68 --- /dev/null +++ b/src/find_desktop.hh @@ -0,0 +1,10 @@ +#ifndef FIND_DESKTOP_HH +#define FIND_DESKTOP_HH + +#include <optional> +#include <string> + +std::optional<std::string> find_desktop(std::optional<std::string> display, + bool use_prefix); + +#endif // FIND_DESKTOP_HH |
