From dfeb19b0a83b8ce57d28bf94a4f8d129993d1064 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 12 Jan 2026 23:06:20 +0100 Subject: Initial commit --- src/find_desktop.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/find_desktop.hh (limited to 'src/find_desktop.hh') 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 +#include + +std::optional find_desktop(std::optional display, + bool use_prefix); + +#endif // FIND_DESKTOP_HH -- cgit v1.2.3-70-g09d2