diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-17 23:21:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-21 09:46:32 +0200 |
| commit | a5f481aae19a6ef5b0cad48edaea5b58fc00ee05 (patch) | |
| tree | 50ab7bc8fe9a308b8dd1bea778884ac18d55d956 /src/lib/cross.h | |
| parent | ff6c51d3aae0195f6612b01b7609342d3f53df26 (diff) | |
Move 'show in file manager' code to cross_*
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 25b3b3820..919113305 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -67,6 +67,7 @@ extern void unprivileged (); extern boost::filesystem::path config_path (); extern boost::filesystem::path directory_containing_executable (); extern boost::filesystem::path fix_long_path (boost::filesystem::path path); +extern bool show_in_file_manager (boost::filesystem::path dir, boost::filesystem::path select); namespace dcpomatic { std::string get_process_id (); } |
