Store the global font_size on the opts object where it belongs

This commit is contained in:
Kovid Goyal
2021-06-04 21:51:02 +05:30
parent 81411e6b54
commit d09c20aa01
7 changed files with 32 additions and 17 deletions

View File

@@ -72,6 +72,7 @@ typedef struct {
} url_prefixes;
bool detect_urls;
bool tab_bar_hidden;
double font_size;
} Options;
typedef struct {
@@ -204,7 +205,6 @@ typedef struct {
bool has_pending_resizes, has_pending_closes;
bool in_sequence_mode;
bool check_for_active_animated_images;
double font_sz_in_pts;
struct { double x, y; } default_dpi;
id_type active_drag_in_window;
int active_drag_button;