Add hint for un-set text languages (#1954).
[dcpomatic.git] / src / lib / cross.h
index 64cb2e6b83f5bb8952fb1d2c4c10d629e7515385..cc066488a9b4cac9312cbeb84b2a797566139222 100644 (file)
@@ -53,7 +53,9 @@ extern boost::filesystem::path disk_writer_path ();
 #ifdef DCPOMATIC_WINDOWS
 extern void maybe_open_console ();
 #endif
-extern boost::filesystem::path shared_path ();
+extern boost::filesystem::path resources_path ();
+extern boost::filesystem::path xsd_path ();
+extern boost::filesystem::path tags_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter ();
@@ -61,17 +63,21 @@ extern void start_player ();
 extern uint64_t thread_id ();
 extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags);
 extern boost::filesystem::path home_directory ();
-extern std::string command_and_read (std::string cmd);
 extern bool running_32_on_64 ();
 extern void unprivileged ();
 extern boost::filesystem::path config_path ();
 extern boost::filesystem::path directory_containing_executable ();
+namespace dcpomatic {
+       std::string get_process_id ();
+}
 
 class PrivilegeEscalator
 {
 public:
        PrivilegeEscalator ();
        ~PrivilegeEscalator ();
+
+       static bool test;
 };
 
 /** @class Waker