Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2023-06-28 17:48:09 +0300
committermyheroyuki <myheroyuki@outlook.com>2023-06-28 17:48:09 +0300
commit24138f6c16b239058db0f93fab4710fa092d8e57 (patch)
treed4a3812d001a34bd0f484fe8eb6e266bed6e4d45 /src/remmina_plugin_manager.c
parent3e440b4e36f2def0aa2efdc2ae3bd1c0db42f254 (diff)
[REM-2926] Added ability to set a fixed aspect ratio for vnc connections when using dynamic resolution. No GUI option yet, only in config files
Diffstat (limited to 'src/remmina_plugin_manager.c')
-rw-r--r--src/remmina_plugin_manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_plugin_manager.c b/src/remmina_plugin_manager.c
index 6baedc3a4..1b056ea34 100644
--- a/src/remmina_plugin_manager.c
+++ b/src/remmina_plugin_manager.c
@@ -229,6 +229,7 @@ RemminaPluginService remmina_plugin_manager_service =
remmina_file_get_secret,
remmina_file_set_int,
remmina_file_get_int,
+ remmina_file_get_double,
remmina_file_unsave_passwords,
remmina_pref_set_value,