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:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-08 11:40:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-08 11:40:40 +0300
commit064d2964150f432e181e08878be6a74e3ce08ae4 (patch)
tree0b5c5f3f40c383259227ef8b7070db0133a21fe0 /src/remmina_pref.h
parenta4f4e7eb0ab850bf01a93cef65b0502ddc490c6e (diff)
Implement fullscreen toolbar colors switch
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;