Home
last modified time | relevance | path

Searched refs:disable_auto_highdpi_scale (Results 1 – 1 of 1) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Delconfig.c336 static int disable_auto_highdpi_scale = 0; variable
546 minimap_size_coefficient = ((disable_auto_highdpi_scale)) ? *var : get_highdpi_scale() * *var; in change_minimap_scale()
656 ui_scale = ((disable_auto_highdpi_scale)) ? *var : get_highdpi_scale() * *var; in change_ui_scale()
1369 font_scales[CHAT_FONT] = (disable_auto_highdpi_scale) ? *value : get_highdpi_scale() * *value; in change_chat_zoom()
1381 font_scales[NAME_FONT] = (disable_auto_highdpi_scale) ? *value : get_highdpi_scale() * *value; in change_name_zoom()
2805 …add_var(OPT_BOOL,"disable_auto_highdpi_scale", "disautohighdpi", &disable_auto_highdpi_scale, chan… in init_ELC_vars()