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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index c535a9725..4b6385a2b 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -133,7 +133,8 @@ typedef struct _RemminaPref {
gint default_mode;
gint tab_mode;
gint fullscreen_toolbar_visibility;
- const gchar * grab_color;
+ const gchar * grab_color;
+ gboolean grab_color_switch;
/* In RemminaPrefDialog applet tab */
gboolean applet_new_ontop;
gboolean applet_hide_count;