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/rmnews.h')
-rw-r--r--src/rmnews.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rmnews.h b/src/rmnews.h
index e76a87b76..f6b034daa 100644
--- a/src/rmnews.h
+++ b/src/rmnews.h
@@ -39,6 +39,10 @@ typedef struct _RemminaNewsDialog {
GtkTextView * rmnews_text_view;
GtkLabel * rmnews_label;
GtkButton * rmnews_button_close;
+ GtkLabel * rmnews_stats_label;
+ GtkSwitch * rmnews_stats_switch;
+ GtkLabel * rmnews_defaultcl_label;
+ GtkButton * rmnews_defaultcl_button;
gint retval;
} RemminaNewsDialog;