summaryrefslogtreecommitdiff
path: root/src/find_desktop.hh
blob: f066d68bf0109e849835faa83163f9298e5109a9 (plain)
1
2
3
4
5
6
7
8
9
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