Merge branch 'master' into jgrpp
# Conflicts: # src/company_cmd.cpp # src/core/geometry_func.cpp # src/date.cpp # src/genworld_gui.cpp # src/gfx.cpp # src/object_gui.cpp # src/openttd.cpp # src/settings_type.h # src/video/allegro_v.cpp # src/video/dedicated_v.cpp # src/video/null_v.cpp # src/video/sdl2_v.cpp # src/video/sdl_v.cpp # src/video/win32_v.cpp
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
static uint const ZOOM_LVL_SHIFT = 2;
|
||||
static int const ZOOM_LVL_BASE = 1 << ZOOM_LVL_SHIFT;
|
||||
|
||||
static const int8 ZOOM_LVL_CFG_AUTO = -1;
|
||||
|
||||
/** All zoom levels we know. */
|
||||
enum ZoomLevel : byte {
|
||||
/* Our possible zoom-levels */
|
||||
@@ -53,6 +55,9 @@ enum ZoomLevel : byte {
|
||||
};
|
||||
DECLARE_POSTFIX_INCREMENT(ZoomLevel)
|
||||
|
||||
extern int8 _gui_zoom_cfg;
|
||||
extern int8 _font_zoom_cfg;
|
||||
|
||||
extern ZoomLevel _gui_zoom;
|
||||
extern ZoomLevel _font_zoom;
|
||||
#define ZOOM_LVL_GUI (_gui_zoom)
|
||||
|
||||
Reference in New Issue
Block a user