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:
Diffstat (limited to 'remmina/src/remmina_pref.h')
-rw-r--r--remmina/src/remmina_pref.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/remmina/src/remmina_pref.h b/remmina/src/remmina_pref.h
index 8e6f97d2d..bbaef281b 100644
--- a/remmina/src/remmina_pref.h
+++ b/remmina/src/remmina_pref.h
@@ -93,9 +93,7 @@ typedef struct _RemminaPref
gboolean survey;
gint default_action;
gint scale_quality;
- gint ssh_loglevel;
- gboolean ssh_parseconfig;
- gint sshtunnel_port;
+ gchar *screenshot_path;
gint auto_scroll_step;
gint recent_maximum;
gchar *resolutions;
@@ -112,6 +110,10 @@ typedef struct _RemminaPref
gboolean applet_new_ontop;
gboolean applet_hide_count;
gboolean disable_tray_icon;
+ /* In RemminaPrefDialog SSH Option tab */
+ gint ssh_loglevel;
+ gboolean ssh_parseconfig;
+ gint sshtunnel_port;
/* In RemminaPrefDialog keyboard tab */
guint hostkey;
guint shortcutkey_fullscreen;
@@ -120,6 +122,7 @@ typedef struct _RemminaPref
guint shortcutkey_nexttab;
guint shortcutkey_scale;
guint shortcutkey_grab;
+ guint shortcutkey_screenshot;
guint shortcutkey_minimize;
guint shortcutkey_disconnect;
guint shortcutkey_toolbar;