diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-16 00:14:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-16 00:14:46 +0100 |
| commit | 921e681d6e4bde33c6652905dcebf4e7259cf14e (patch) | |
| tree | 81ee631335e37e72b2b4596936f36c0225a3c457 /src/wx/wx_util.h | |
| parent | 0da18dbf9b62b532f48a4e859f70f4ddedb6f78e (diff) | |
Extract layout_for_short_screen().
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 b6907310d..a101a8498 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -125,6 +125,7 @@ extern bool gui_is_dark (); extern double dpi_scale_factor (wxWindow* window); extern int search_ctrl_height (); extern void report_config_load_failure(wxWindow* parent, Config::LoadFailure what); +extern bool layout_for_short_screen(wxWindow* reference); struct Offset |
