Extract dpi_scale_factor() to a function.
[dcpomatic.git] / src / wx / wx_util.h
index aa3dc60dba7bf5aafe12d8b460d5c7b911464316..30e2b739acacd038e8431ca6fcde871ca56aeca3 100644 (file)
@@ -119,6 +119,8 @@ extern bool display_progress (wxString title, wxString task);
 extern bool report_errors_from_last_job (wxWindow* parent);
 extern wxString bitmap_path (std::string name);
 extern wxSize small_button_size (wxWindow* parent, wxString text);
+extern bool gui_is_dark ();
+extern double dpi_scale_factor (wxWindow* window);
 
 
 struct Offset