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-05 18:20:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-05 18:20:48 +0300
commita4f4e7eb0ab850bf01a93cef65b0502ddc490c6e (patch)
treea3dbdab93aff817899f274a34599c6d05d0fcdfd /src/remmina_pref.h
parent4f8e242e1461916861224e891e245d1803b7b759 (diff)
Implement fullscreen toolbar colors as per #1894
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 389daeda8..c535a9725 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -125,6 +125,7 @@ typedef struct _RemminaPref {
gchar * resolutions;
gchar * keystrokes;
/* In RemminaPrefDialog appearance tab */
+ gboolean dark_theme;
gboolean fullscreen_on_auto;
gboolean always_show_tab;
gboolean hide_connection_toolbar;
@@ -132,11 +133,11 @@ typedef struct _RemminaPref {
gint default_mode;
gint tab_mode;
gint fullscreen_toolbar_visibility;
+ const gchar * grab_color;
/* In RemminaPrefDialog applet tab */
gboolean applet_new_ontop;
gboolean applet_hide_count;
gboolean disable_tray_icon;
- gboolean dark_theme;
/* In RemminaPrefDialog SSH Option tab */
gint ssh_loglevel;
gboolean ssh_parseconfig;