diff options
| author | Joel Klinghed <the_jk@opera.com> | 2026-01-12 23:06:20 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2026-01-12 23:06:20 +0100 |
| commit | dfeb19b0a83b8ce57d28bf94a4f8d129993d1064 (patch) | |
| tree | d352908df286058059e306c350d89a07c67049eb /src/find_desktop.hh | |
Initial commit
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 |
