summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-17 00:46:05 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-18 20:37:00 +0200
commit63ce266351683a94630d7aba58405301b8a8d993 (patch)
tree5bde742eea6e3c9443f5aecbb335bc64ccdead31 /src/wx/wx_util.h
parentde9a0fddc7e44ad9c5985114ee35e4073641005b (diff)
Use different icons for the timeline in dark/light modes.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index fb1a3a001..50fb7268f 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -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);