From 93bc19c31c47715e8240dad79eaa7acb65bdf102 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 14 Feb 2018 12:14:34 +0100 Subject: [PATCH] Committed plat.h that I forgot to commit earlier. --- src/plat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plat.h b/src/plat.h index 665aeaf0a..c8291528a 100644 --- a/src/plat.h +++ b/src/plat.h @@ -8,7 +8,7 @@ * * Define the various platform support functions. * - * Version: @(#)plat.h 1.0.25 2018/02/11 + * Version: @(#)plat.h 1.0.26 2018/02/14 * * Authors: Miran Grca, * Fred N. van Kempen, @@ -62,6 +62,8 @@ GLOBAL char emu_version[128]; /* version ID string */ GLOBAL int rctrl_is_lalt; GLOBAL int update_icons; +GLOBAL int unscaled_size_x, /* current unscaled size X */ + unscaled_size_y; /* current unscaled size Y */ /* System-related functions. */ extern wchar_t *fix_exe_path(wchar_t *str);