diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-22 23:33:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-25 21:58:38 +0200 |
| commit | 8eaf36467713e7ba9a1a2272a44aa1581e31c1b0 (patch) | |
| tree | 8d79c388363803e0f811331e50c43e4e1cc71467 /src/wx/wx_util.h | |
| parent | b7aa70911ed89511c2dc8b430e3c348a43b9c020 (diff) | |
Extract gui_is_dark() to wx_util.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index aa3dc60db..585a30611 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -119,6 +119,7 @@ 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 (); struct Offset |
