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 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 6952a0523..1c30305fc 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -110,12 +110,14 @@ typedef struct _RemminaColorPref {
typedef struct _RemminaPref {
/* In RemminaPrefDialog options tab */
+ const gchar *datadir_path;
+ const gchar *remmina_file_name;
+ const gchar *screenshot_path;
+ gboolean deny_screenshot_clipboard;
+ const gchar *screenshot_name;
gboolean save_view_mode;
gint default_action;
gint scale_quality;
- gboolean deny_screenshot_clipboard;
- const gchar *screenshot_path;
- const gchar *screenshot_name;
gint auto_scroll_step;
gint recent_maximum;
gchar *resolutions;