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>2019-07-11 15:59:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-07-11 15:59:27 +0300
commit6746550cbeca92e630c54b6a3de93a4a84600c80 (patch)
tree3cd018f270c55b1f279d5368b2a40f26994000b8 /src/rmnews.h
parentecef602ea2e766d89905dfee7b5f0e471f8355e2 (diff)
UI Stats and News refactoring
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;