Use different icons for the timeline in dark/light modes.
[dcpomatic.git] / src / wx / wx_util.h
index fb1a3a001ecd6064467ea3bd97347ac435beb52b..50fb7268f9d0724314276e98c51869132d0dcc75 100644 (file)
@@ -119,6 +119,7 @@ extern double calculate_mark_interval (double start);
 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 wxString icon_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);